#02852C

Color #02852C Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #02852C

Tints of Dark Spring Green #02852C

Color information

#02852C (or 0x02852C) is unknown color: approx 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

RGB213344-
CMYK0.9800.670.48
HSL139.24º97.04%26.47%-
HSV(B)139.24º98.5%52.16%-
XYZ8.8716.975.19-
YUV83.68105.669.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 133 (52.34% from 255) = 74.30%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=1.12%
G=74.30%
B=24.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133440.9800.670.48139.2497.0426.47
Hex2852C62043308b611a
Octal22055414201036021314132
Binary101000010110110011000100100001111000010001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>