Html Css Color HEX #02852C Dark Spring Green

📋 copy color: '#02852C'

red 2 ◦ green 133 ◦ blue 44

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

Shades of Dark Spring Green #02852C

Tints of Dark Spring Green #02852C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.58%

R = 1.12%
G = 74.3%
B = 24.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#02852C (or 0x02852C) is known color: Dark Spring Green. HEX triplet: 02, 85 and 2C. RGB value is (2,133,44). Sum of RGB (Red+Green+Blue) = 2+133+44=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #02852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02852C is #FD7AD3. Grayscale: #535353. Windows color (decimal): -16612052 or 2917634. OLE color: 2917634.

HSL color Cylindrical-coordinate representation of color #02852C: hue angle of 139.24º 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 #02852C is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 44 -
CMYK 0.98 0 0.67 0.48
HSL 139.24º 0.97% 0.26% -
HSV(B) 139.24º 0.98% 0.52% -
XYZ 8.87 16.97 5.19 -
YUV 83.69 105.6 69.74 -
System Red Green Blue C M Y K H S L
Decimal 2 133 44 0.98 0 0.67 0.48 139.24 0.97 0.26
Hex 2 85 2C 62 0 43 30 8B 61 1A
Octal 2 205 54 142 0 103 60 213 141 32
Binary 10 10000101 101100 1100010 0 1000011 110000 10001011 1100001 11010

Color Harmonies of #02852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02852C

Black with #02852C

Text Example


Text Example

White with #02852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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