Html Css Color HEX #01180F Dark Green

📋 copy color: '#01180F'

red 1 ◦ green 24 ◦ blue 15

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

Shades of Dark Green #01180F

Tints of Dark Green #01180F

RGB

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

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

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

R = 2.5%
G = 60%
B = 37.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#01180F (or 0x01180F) is known color: Dark Green. HEX triplet: 01, 18 and 0F. RGB value is (1,24,15). Sum of RGB (Red+Green+Blue) = 1+24+15=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #01180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01180F is #FEE7F0. Grayscale: #101010. Windows color (decimal): -16705521 or 989185. OLE color: 989185.

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

Color convert

RGB 1 24 15 -
CMYK 0.96 0 0.37 0.91
HSL 156.52º 0.92% 0.05% -
HSV(B) 156.52º 0.96% 0.09% -
XYZ 0.43 0.69 0.56 -
YUV 16.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 1 24 15 0.96 0 0.37 0.91 156.52 0.92 0.05
Hex 1 18 F 60 0 25 5B 9D 5C 5
Octal 1 30 17 140 0 45 133 235 134 5
Binary 1 11000 1111 1100000 0 100101 1011011 10011101 1011100 101

Color Harmonies of #01180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01180F

Black with #01180F

Text Example


Text Example

White with #01180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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