#023011

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

Shades of Dark Green #023011

Tints of Dark Green #023011

Color information

#023011 (or 0x023011) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 11. RGB value is (2,48,17). Sum of RGB (Red+Green+Blue) = 2+48+17=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #023011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023011 is #FDCFEE. Grayscale: #1E1E1E. Windows color (decimal): -16633839 or 1126402. OLE color: 1126402.

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

Color convert

RGB24817-
CMYK0.9600.650.81
HSL139.57º92%9.8%-
HSV(B)139.57º95.83%18.82%-
XYZ1.182.170.89-
YUV30.71120.26107.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=2.99%
G=71.64%
B=25.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248170.9600.650.81139.57929.8
Hex2301160041518c5ca
Octal26021140010112121413412
Binary101100001000111000000100000110100011000110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023011; }

 p { color: rgb(2,48,17); }

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

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

 a { background-color: rgb(2,48,17); }

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

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

 span { border-color: rgb(2,48,17); }

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