#025D0B

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

Shades of Green #025D0B

Tints of Green #025D0B

Color information

#025D0B (or 0x025D0B) is unknown color: approx Green. HEX triplet: 02, 5D and 0B. RGB value is (2,93,11). Sum of RGB (Red+Green+Blue) = 2+93+11=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 93 (36.72% from 255 or 87.74% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 93 - color contains mainly: green. Hex color #025D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D0B is #FDA2F4. Grayscale: #383838. Windows color (decimal): -16622325 or 744706. OLE color: 744706.

HSL color Cylindrical-coordinate representation of color #025D0B: hue angle of 125.93º 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 #025D0B is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB29311-
CMYK0.9800.880.64
HSL125.93º95.79%18.63%-
HSV(B)125.93º97.85%36.47%-
XYZ47.871.62-
YUV56.44102.3589.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 93 (36.72% from 255) = 87.74%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=1.89%
G=87.74%
B=10.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293110.9800.880.64125.9395.7918.63
Hex25DB62058407e6013
Octal213513142013010017614023
Binary101011101101111000100101100010000001111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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