Html Css Color HEX #02852A Forest Green

📋 copy color: '#02852A'

red 2 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #02852A

Tints of Forest Green #02852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 75.14%

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

R = 1.13%
G = 75.14%
B = 23.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#02852A (or 0x02852A) is known color: Forest Green. HEX triplet: 02, 85 and 2A. RGB value is (2,133,42). Sum of RGB (Red+Green+Blue) = 2+133+42=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #02852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02852A is #FD7AD5. Grayscale: #535353. Windows color (decimal): -16612054 or 2786562. OLE color: 2786562.

HSL color Cylindrical-coordinate representation of color #02852A: hue angle of 138.32º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02852A is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 42 -
CMYK 0.98 0 0.68 0.48
HSL 138.32º 0.97% 0.26% -
HSV(B) 138.32º 0.98% 0.52% -
XYZ 8.83 16.96 5 -
YUV 83.46 104.6 69.9 -
System Red Green Blue C M Y K H S L
Decimal 2 133 42 0.98 0 0.68 0.48 138.32 0.97 0.26
Hex 2 85 2A 62 0 44 30 8A 61 1A
Octal 2 205 52 142 0 104 60 212 141 32
Binary 10 10000101 101010 1100010 0 1000100 110000 10001010 1100001 11010

Color Harmonies of #02852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02852A

Black with #02852A

Text Example


Text Example

White with #02852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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