#023315

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

Shades of Dark Green #023315

Tints of Dark Green #023315

Color information

#023315 (or 0x023315) is unknown color: approx Dark Green. HEX triplet: 02, 33 and 15. RGB value is (2,51,21). Sum of RGB (Red+Green+Blue) = 2+51+21=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #023315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023315 is #FDCCEA. Grayscale: #212121. Windows color (decimal): -16633067 or 1389314. OLE color: 1389314.

HSL color Cylindrical-coordinate representation of color #023315: hue angle of 143.27º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023315 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB25121-
CMYK0.9600.590.8
HSL143.27º92.45%10.39%-
HSV(B)143.27º96.08%20%-
XYZ1.342.431.11-
YUV32.93121.27105.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 51 (20.31% from 255) = 68.92%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=2.70%
G=68.92%
B=28.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251210.9600.590.8143.2792.4510.39
Hex233156003B508f5ca
Octal2632514007312021713412
Binary10110011101011100000011101110100001000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023315; }

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

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

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

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

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

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

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

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