Html Css Color HEX #02872A Forest Green

📋 copy color: '#02872A'

red 2 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #02872A

Tints of Forest Green #02872A

RGB

 RED value IS 2 (1.17% from 255) = 1.12%

 GREEN value IS 135 (53.13% from 255) = 75.42%

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

R = 1.12%
G = 75.42%
B = 23.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#02872A (or 0x02872A) is known color: Forest Green. HEX triplet: 02, 87 and 2A. RGB value is (2,135,42). Sum of RGB (Red+Green+Blue) = 2+135+42=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 135 (53.12% from 255 or 75.42% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 135 - color contains mainly: green. Hex color #02872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02872A is #FD78D5. Grayscale: #545454. Windows color (decimal): -16611542 or 2787074. OLE color: 2787074.

HSL color Cylindrical-coordinate representation of color #02872A: hue angle of 138.05º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02872A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 135 42 -
CMYK 0.99 0 0.69 0.47
HSL 138.05º 0.97% 0.27% -
HSV(B) 138.05º 0.99% 0.53% -
XYZ 9.11 17.51 5.09 -
YUV 84.63 103.94 69.06 -
System Red Green Blue C M Y K H S L
Decimal 2 135 42 0.99 0 0.69 0.47 138.05 0.97 0.27
Hex 2 87 2A 63 0 45 2F 8A 61 1B
Octal 2 207 52 143 0 105 57 212 141 33
Binary 10 10000111 101010 1100011 0 1000101 101111 10001010 1100001 11011

Color Harmonies of #02872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02872A

Black with #02872A

Text Example


Text Example

White with #02872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02872A; }

 p { color: rgb(2,135,42); }

 H1.HeaderClassName
 {
   color: #02872A;
 }
 .AnyTagClassName
 {
   color: #02872A;
 }
</style>

background-color css

<style>
 a { background-color: #02872A; }

 a { background-color: rgb(2,135,42); }

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

border-color css

<style>
 span { border-color: #02872A; }

 span { border-color: rgb(2,135,42); }

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