#023116

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

Shades of Dark Green #023116

Tints of Dark Green #023116

Color information

#023116 (or 0x023116) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 16. RGB value is (2,49,22). Sum of RGB (Red+Green+Blue) = 2+49+22=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #023116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023116 is #FDCEE9. Grayscale: #1F1F1F. Windows color (decimal): -16633578 or 1454338. OLE color: 1454338.

HSL color Cylindrical-coordinate representation of color #023116: hue angle of 145.53º 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 #023116 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB24922-
CMYK0.9600.550.81
HSL145.53º92.16%10%-
HSV(B)145.53º95.92%19.22%-
XYZ1.272.271.13-
YUV31.87122.43106.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 49 (19.53% from 255) = 67.12%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=2.74%
G=67.12%
B=30.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249220.9600.550.81145.5392.1610
Hex231166003751925ca
Octal2612614006712122213412
Binary10110001101101100000011011110100011001001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023116; }

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

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

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

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

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

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

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

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