#025D0C

Color #025D0C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #025D0C

Tints of Green #025D0C

Color information

#025D0C (or 0x025D0C) is unknown color: approx Green. HEX triplet: 02, 5D and 0C. RGB value is (2,93,12). Sum of RGB (Red+Green+Blue) = 2+93+12=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 93 (36.72% from 255 or 86.92% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 93 - color contains mainly: green. Hex color #025D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D0C is #FDA2F3. Grayscale: #383838. Windows color (decimal): -16622324 or 810242. OLE color: 810242.

HSL color Cylindrical-coordinate representation of color #025D0C: hue angle of 126.59º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D0C is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB29312-
CMYK0.9800.870.64
HSL126.59º95.79%18.63%-
HSV(B)126.59º97.85%36.47%-
XYZ4.017.871.66-
YUV56.56102.8589.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 93 (36.72% from 255) = 86.92%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=1.87%
G=86.92%
B=11.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293120.9800.870.64126.5995.7918.63
Hex25DC62057407f6013
Octal213514142012710017714023
Binary101011101110011000100101011110000001111111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D0C; }

 p { color: rgb(2,93,12); }

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

<style>
 a { background-color: #025D0C; }

 a { background-color: rgb(2,93,12); }

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

<style>
 span { border-color: #025D0C; }

 span { border-color: rgb(2,93,12); }

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