Html Css Color HEX #023111 Dark Green

📋 copy color: '#023111'

red 2 ◦ green 49 ◦ blue 17

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

Shades of Dark Green #023111

Tints of Dark Green #023111

RGB

 RED value IS 2 (1.17% from 255) = 2.94%

 GREEN value IS 49 (19.53% from 255) = 72.06%

 BLUE value IS 17 (7.03% from 255) = 25%

R = 2.94%
G = 72.06%
B = 25%

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

#023111 (or 0x023111) is known color: Dark Green. HEX triplet: 02, 31 and 11. RGB value is (2,49,17). Sum of RGB (Red+Green+Blue) = 2+49+17=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 49 (19.53% from 255 or 72.06% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 49 - color contains mainly: green. Hex color #023111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023111 is #FDCEEE. Grayscale: #1F1F1F. Windows color (decimal): -16633583 or 1126658. OLE color: 1126658.

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

Color convert

RGB 2 49 17 -
CMYK 0.96 0 0.65 0.81
HSL 139.15º 0.92% 0.1% -
HSV(B) 139.15º 0.96% 0.19% -
XYZ 1.22 2.25 0.9 -
YUV 31.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 2 49 17 0.96 0 0.65 0.81 139.15 0.92 0.1
Hex 2 31 11 60 0 41 51 8B 5C A
Octal 2 61 21 140 0 101 121 213 134 12
Binary 10 110001 10001 1100000 0 1000001 1010001 10001011 1011100 1010

Color Harmonies of #023111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023111

Black with #023111

Text Example


Text Example

White with #023111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023111; }

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

 H1.HeaderClassName
 {
   color: #023111;
 }
 .AnyTagClassName
 {
   color: #023111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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