#023117

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

Shades of Dark Green #023117

Tints of Dark Green #023117

Color information

#023117 (or 0x023117) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 17. RGB value is (2,49,23). Sum of RGB (Red+Green+Blue) = 2+49+23=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #023117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023117 is #FDCEE8. Grayscale: #202020. Windows color (decimal): -16633577 or 1519874. OLE color: 1519874.

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

Color convert

RGB24923-
CMYK0.9600.530.81
HSL146.81º92.16%10%-
HSV(B)146.81º95.92%19.22%-
XYZ1.282.271.18-
YUV31.98122.93106.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=2.70%
G=66.22%
B=31.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249230.9600.530.81146.8192.1610
Hex231176003551935ca
Octal2612714006512122313412
Binary10110001101111100000011010110100011001001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023117; }

 p { color: rgb(2,49,23); }

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

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

 a { background-color: rgb(2,49,23); }

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

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

 span { border-color: rgb(2,49,23); }

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