Html Css Color HEX #01180D Dark Green

📋 copy color: '#01180D'

red 1 ◦ green 24 ◦ blue 13

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

Shades of Dark Green #01180D

Tints of Dark Green #01180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 34.21%

R = 2.63%
G = 63.16%
B = 34.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#01180D (or 0x01180D) is known color: Dark Green. HEX triplet: 01, 18 and 0D. RGB value is (1,24,13). Sum of RGB (Red+Green+Blue) = 1+24+13=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #01180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180D is #FEE7F2. Grayscale: #0F0F0F. Windows color (decimal): -16705523 or 858113. OLE color: 858113.

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

Color convert

RGB 1 24 13 -
CMYK 0.96 0 0.46 0.91
HSL 151.3º 0.92% 0.05% -
HSV(B) 151.3º 0.96% 0.09% -
XYZ 0.41 0.69 0.49 -
YUV 15.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 1 24 13 0.96 0 0.46 0.91 151.3 0.92 0.05
Hex 1 18 D 60 0 2E 5B 97 5C 5
Octal 1 30 15 140 0 56 133 227 134 5
Binary 1 11000 1101 1100000 0 101110 1011011 10010111 1011100 101

Color Harmonies of #01180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01180D

Black with #01180D

Text Example


Text Example

White with #01180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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