#022315

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

Shades of Dark Green #022315

Tints of Dark Green #022315

Color information

#022315 (or 0x022315) is unknown color: approx Dark Green. HEX triplet: 02, 23 and 15. RGB value is (2,35,21). Sum of RGB (Red+Green+Blue) = 2+35+21=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #022315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022315 is #FDDCEA. Grayscale: #171717. Windows color (decimal): -16637163 or 1385218. OLE color: 1385218.

HSL color Cylindrical-coordinate representation of color #022315: hue angle of 154.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022315 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB23521-
CMYK0.9400.400.86
HSL154.55º89.19%7.25%-
HSV(B)154.55º94.29%13.73%-
XYZ0.761.270.91-
YUV23.54126.57112.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.45%
GREEN value IS 35 (14.06% from 255) = 60.34%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=3.45%
G=60.34%
B=36.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal235210.9400.400.86154.5589.197.25
Hex223155E028569b597
Octal243251360501262331317
Binary1010001110101101111001010001010110100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022315; }

 p { color: rgb(2,35,21); }

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

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

 a { background-color: rgb(2,35,21); }

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

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

 span { border-color: rgb(2,35,21); }

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