#02852E

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

Shades of Dark Spring Green #02852E

Tints of Dark Spring Green #02852E

Color information

#02852E (or 0x02852E) is unknown color: approx Dark Spring Green. HEX triplet: 02, 85 and 2E. RGB value is (2,133,46). Sum of RGB (Red+Green+Blue) = 2+133+46=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #02852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02852E is #FD7AD1. Grayscale: #545454. Windows color (decimal): -16612050 or 3048706. OLE color: 3048706.

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

Color convert

RGB213346-
CMYK0.9800.650.48
HSL140.15º97.04%26.47%-
HSV(B)140.15º98.5%52.16%-
XYZ8.9116.995.39-
YUV83.91106.669.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 133 (52.34% from 255) = 73.48%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=1.10%
G=73.48%
B=25.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2133460.9800.650.48140.1597.0426.47
Hex2852E62041308c611a
Octal22055614201016021414132
Binary101000010110111011000100100000111000010001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02852E;
 }
 .AnyTagClassName
 {
   color: #02852E;
 }
</style>
background-color css

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

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

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

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

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

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