#025B0C

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

Shades of Green #025B0C

Tints of Green #025B0C

Color information

#025B0C (or 0x025B0C) is unknown color: approx Green. HEX triplet: 02, 5B and 0C. RGB value is (2,91,12). Sum of RGB (Red+Green+Blue) = 2+91+12=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 91 (35.94% from 255 or 86.67% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 91 - color contains mainly: green. Hex color #025B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025B0C is #FDA4F3. Grayscale: #373737. Windows color (decimal): -16622836 or 809730. OLE color: 809730.

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

Color convert

RGB29112-
CMYK0.9800.870.64
HSL126.74º95.7%18.24%-
HSV(B)126.74º97.8%35.69%-
XYZ3.837.521.6-
YUV55.38103.5189.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 91 (35.94% from 255) = 86.67%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=1.90%
G=86.67%
B=11.43%

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
Decimal291120.9800.870.64126.7495.718.24
Hex25BC62057407f6012
Octal213314142012710017714022
Binary101011011110011000100101011110000001111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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