Html Css Color HEX #011C0F Dark Green

📋 copy color: '#011C0F'

red 1 ◦ green 28 ◦ blue 15

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

Shades of Dark Green #011C0F

Tints of Dark Green #011C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 34.09%

R = 2.27%
G = 63.64%
B = 34.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#011C0F (or 0x011C0F) is known color: Dark Green. HEX triplet: 01, 1C and 0F. RGB value is (1,28,15). Sum of RGB (Red+Green+Blue) = 1+28+15=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #011C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C0F is #FEE3F0. Grayscale: #121212. Windows color (decimal): -16704497 or 990209. OLE color: 990209.

HSL color Cylindrical-coordinate representation of color #011C0F: hue angle of 151.11º 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 #011C0F is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 28 15 -
CMYK 0.96 0 0.46 0.89
HSL 151.11º 0.93% 0.06% -
HSV(B) 151.11º 0.96% 0.11% -
XYZ 0.51 0.87 0.59 -
YUV 18.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 1 28 15 0.96 0 0.46 0.89 151.11 0.93 0.06
Hex 1 1C F 60 0 2E 59 97 5D 6
Octal 1 34 17 140 0 56 131 227 135 6
Binary 1 11100 1111 1100000 0 101110 1011001 10010111 1011101 110

Color Harmonies of #011C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C0F

Black with #011C0F

Text Example


Text Example

White with #011C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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