#025F0C

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

Shades of Green #025F0C

Tints of Green #025F0C

Color information

#025F0C (or 0x025F0C) is unknown color: approx Green. HEX triplet: 02, 5F and 0C. RGB value is (2,95,12). Sum of RGB (Red+Green+Blue) = 2+95+12=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 95 (37.5% from 255 or 87.16% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 95 - color contains mainly: green. Hex color #025F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025F0C is #FDA0F3. Grayscale: #393939. Windows color (decimal): -16621812 or 810754. OLE color: 810754.

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

Color convert

RGB29512-
CMYK0.9800.870.63
HSL126.45º95.88%19.02%-
HSV(B)126.45º97.89%37.25%-
XYZ4.188.221.71-
YUV57.73102.1988.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 95 (37.5% from 255) = 87.16%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=1.83%
G=87.16%
B=11.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal295120.9800.870.63126.4595.8819.02
Hex25FC620573F7e6013
Octal21371414201277717614023
Binary10101111111001100010010101111111111111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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