Html Css Color HEX #011C09 Dark Green

📋 copy color: '#011C09'

red 1 ◦ green 28 ◦ blue 9

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

Shades of Dark Green #011C09

Tints of Dark Green #011C09

RGB

 RED value IS 1 (0.78% from 255) = 2.63%

 GREEN value IS 28 (11.33% from 255) = 73.68%

 BLUE value IS 9 (3.91% from 255) = 23.68%

R = 2.63%
G = 73.68%
B = 23.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#011C09 (or 0x011C09) is known color: Dark Green. HEX triplet: 01, 1C and 09. RGB value is (1,28,9). Sum of RGB (Red+Green+Blue) = 1+28+9=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 28 (11.33% from 255 or 73.68% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 28 - color contains mainly: green. Hex color #011C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C09 is #FEE3F6. Grayscale: #111111. Windows color (decimal): -16704503 or 596993. OLE color: 596993.

HSL color Cylindrical-coordinate representation of color #011C09: hue angle of 137.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011C09 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 28 9 -
CMYK 0.96 0 0.68 0.89
HSL 137.78º 0.93% 0.06% -
HSV(B) 137.78º 0.96% 0.11% -
XYZ 0.48 0.86 0.4 -
YUV 17.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 1 28 9 0.96 0 0.68 0.89 137.78 0.93 0.06
Hex 1 1C 9 60 0 44 59 8A 5D 6
Octal 1 34 11 140 0 104 131 212 135 6
Binary 1 11100 1001 1100000 0 1000100 1011001 10001010 1011101 110

Color Harmonies of #011C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C09

Black with #011C09

Text Example


Text Example

White with #011C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C09; }

 p { color: rgb(1,28,9); }

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

background-color css

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

 a { background-color: rgb(1,28,9); }

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

border-color css

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

 span { border-color: rgb(1,28,9); }

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