Html Css Color HEX #023011 Dark Green

📋 copy color: '#023011'

red 2 ◦ green 48 ◦ blue 17

#023011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #023011

Tints of Dark Green #023011

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 value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#023011 (or 0x023011) is known color: 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

RGB 2 48 17 -
CMYK 0.96 0 0.65 0.81
HSL 139.57º 0.92% 0.1% -
HSV(B) 139.57º 0.96% 0.19% -
XYZ 1.18 2.17 0.89 -
YUV 30.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 2 48 17 0.96 0 0.65 0.81 139.57 0.92 0.1
Hex 2 30 11 60 0 41 51 8C 5C A
Octal 2 60 21 140 0 101 121 214 134 12
Binary 10 110000 10001 1100000 0 1000001 1010001 10001100 1011100 1010

Color Harmonies of #023011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023011

Black with #023011

Text Example


Text Example

White with #023011

Text Example


Text Example

HTML Codes & Css Web 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>