Html Css Color HEX #010C08 Dark Green

📋 copy color: '#010C08'

red 1 ◦ green 12 ◦ blue 8

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

Shades of Dark Green #010C08

Tints of Dark Green #010C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 57.14%

 BLUE value IS 8 (3.52% from 255) = 38.1%

R = 4.76%
G = 57.14%
B = 38.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.95

RGB Variations

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

Color information

#010C08 (or 0x010C08) is known color: Dark Green. HEX triplet: 01, 0C and 08. RGB value is (1,12,8). Sum of RGB (Red+Green+Blue) = 1+12+8=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #010C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C08 is #FEF3F7. Grayscale: #080808. Windows color (decimal): -16708600 or 527361. OLE color: 527361.

HSL color Cylindrical-coordinate representation of color #010C08: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010C08 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 12 8 -
CMYK 0.92 0 0.33 0.95
HSL 158.18º 0.85% 0.03% -
HSV(B) 158.18º 0.92% 0.05% -
XYZ 0.19 0.29 0.28 -
YUV 8.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 1 12 8 0.92 0 0.33 0.95 158.18 0.85 0.03
Hex 1 C 8 5C 0 21 5F 9E 55 3
Octal 1 14 10 134 0 41 137 236 125 3
Binary 1 1100 1000 1011100 0 100001 1011111 10011110 1010101 11

Color Harmonies of #010C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C08

Black with #010C08

Text Example


Text Example

White with #010C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C08; }

 p { color: rgb(1,12,8); }

 H1.HeaderClassName
 {
   color: #010C08;
 }
 .AnyTagClassName
 {
   color: #010C08;
 }
</style>

background-color css

<style>
 a { background-color: #010C08; }

 a { background-color: rgb(1,12,8); }

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

border-color css

<style>
 span { border-color: #010C08; }

 span { border-color: rgb(1,12,8); }

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