Html Css Color HEX #088C2A Forest Green

📋 copy color: '#088C2A'

red 8 ◦ green 140 ◦ blue 42

#088C2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #088C2A

Tints of Forest Green #088C2A

RGB

 RED value IS 8 (3.52% from 255) = 4.21%

 GREEN value IS 140 (55.08% from 255) = 73.68%

 BLUE value IS 42 (16.8% from 255) = 22.11%

R = 4.21%
G = 73.68%
B = 22.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.7

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#088C2A (or 0x088C2A) is known color: Forest Green. HEX triplet: 08, 8C and 2A. RGB value is (8,140,42). Sum of RGB (Red+Green+Blue) = 8+140+42=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 140 (55.08% from 255 or 73.68% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 140 - color contains mainly: green. Hex color #088C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088C2A is #F773D5. Grayscale: #595959. Windows color (decimal): -16217046 or 2788360. OLE color: 2788360.

HSL color Cylindrical-coordinate representation of color #088C2A: hue angle of 135.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C2A is Cyan = 0.94, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 140 42 -
CMYK 0.94 0 0.7 0.45
HSL 135.45º 0.89% 0.29% -
HSV(B) 135.45º 0.94% 0.55% -
XYZ 9.9 18.97 5.33 -
YUV 89.36 101.27 69.97 -
System Red Green Blue C M Y K H S L
Decimal 8 140 42 0.94 0 0.7 0.45 135.45 0.89 0.29
Hex 8 8C 2A 5E 0 46 2D 87 59 1D
Octal 10 214 52 136 0 106 55 207 131 35
Binary 1000 10001100 101010 1011110 0 1000110 101101 10000111 1011001 11101

Color Harmonies of #088C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088C2A

Black with #088C2A

Text Example


Text Example

White with #088C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088C2A; }

 p { color: rgb(8,140,42); }

 H1.HeaderClassName
 {
   color: #088C2A;
 }
 .AnyTagClassName
 {
   color: #088C2A;
 }
</style>

background-color css

<style>
 a { background-color: #088C2A; }

 a { background-color: rgb(8,140,42); }

 div.DivClassName
 {
   background-color: #088C2A;
 }
 .BgClassName
 {
   background-color: #088C2A;
 }
</style>

border-color css

<style>
 span { border-color: #088C2A; }

 span { border-color: rgb(8,140,42); }

 td.TdClassName
 {
   border-color: #088C2A;
 }
 .TagClassName
 {
   border-color: #088C2A;
 }
</style>