#022510

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

Shades of Dark Green #022510

Tints of Dark Green #022510

Color information

#022510 (or 0x022510) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 10. RGB value is (2,37,16). Sum of RGB (Red+Green+Blue) = 2+37+16=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #022510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022510 is #FDDAEF. Grayscale: #181818. Windows color (decimal): -16636656 or 1058050. OLE color: 1058050.

HSL color Cylindrical-coordinate representation of color #022510: hue angle of 144º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022510 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB23716-
CMYK0.9500.570.85
HSL144º89.74%7.65%-
HSV(B)144º94.59%14.51%-
XYZ0.781.370.71-
YUV24.14123.4112.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 37 (14.84% from 255) = 67.27%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=3.64%
G=67.27%
B=29.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237160.9500.570.8514489.747.65
Hex225105F03955905a8
Octal2452013707112522013210
Binary10100101100001011111011100110101011001000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022510; }

 p { color: rgb(2,37,16); }

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

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

 a { background-color: rgb(2,37,16); }

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

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

 span { border-color: rgb(2,37,16); }

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