Html Css Color HEX #01180E Dark Green

📋 copy color: '#01180E'

red 1 ◦ green 24 ◦ blue 14

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

Shades of Dark Green #01180E

Tints of Dark Green #01180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 61.54%

 BLUE value IS 14 (5.86% from 255) = 35.9%

R = 2.56%
G = 61.54%
B = 35.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#01180E (or 0x01180E) is known color: Dark Green. HEX triplet: 01, 18 and 0E. RGB value is (1,24,14). Sum of RGB (Red+Green+Blue) = 1+24+14=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #01180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180E is #FEE7F1. Grayscale: #101010. Windows color (decimal): -16705522 or 923649. OLE color: 923649.

HSL color Cylindrical-coordinate representation of color #01180E: hue angle of 153.91º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01180E is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 24 14 -
CMYK 0.96 0 0.42 0.91
HSL 153.91º 0.92% 0.05% -
HSV(B) 153.91º 0.96% 0.09% -
XYZ 0.42 0.69 0.53 -
YUV 15.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 1 24 14 0.96 0 0.42 0.91 153.91 0.92 0.05
Hex 1 18 E 60 0 2A 5B 9A 5C 5
Octal 1 30 16 140 0 52 133 232 134 5
Binary 1 11000 1110 1100000 0 101010 1011011 10011010 1011100 101

Color Harmonies of #01180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01180E

Black with #01180E

Text Example


Text Example

White with #01180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01180E; }

 p { color: rgb(1,24,14); }

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

background-color css

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

 a { background-color: rgb(1,24,14); }

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

border-color css

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

 span { border-color: rgb(1,24,14); }

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