Html Css Color HEX #0C1A17 Dark Green

📋 copy color: '#0C1A17'

red 12 ◦ green 26 ◦ blue 23

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

Shades of Dark Green #0C1A17

Tints of Dark Green #0C1A17

RGB

 RED value IS 12 (5.08% from 255) = 19.67%

 GREEN value IS 26 (10.55% from 255) = 42.62%

 BLUE value IS 23 (9.38% from 255) = 37.7%

R = 19.67%
G = 42.62%
B = 37.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#0C1A17 (or 0x0C1A17) is known color: Dark Green. HEX triplet: 0C, 1A and 17. RGB value is (12,26,23). Sum of RGB (Red+Green+Blue) = 12+26+23=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A17 is #F3E5E8. Grayscale: #151515. Windows color (decimal): -15984105 or 1513996. OLE color: 1513996.

HSL color Cylindrical-coordinate representation of color #0C1A17: hue angle of 167.14º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0C1A17 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 26 23 -
CMYK 0.54 0 0.12 0.90
HSL 167.14º 0.37% 0.07% -
HSV(B) 167.14º 0.54% 0.1% -
XYZ 0.68 0.88 0.94 -
YUV 21.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 12 26 23 0.54 0 0.12 0.90 167.14 0.37 0.07
Hex C 1A 17 36 0 C 5A A7 25 7
Octal 14 32 27 66 0 14 132 247 45 7
Binary 1100 11010 10111 110110 0 1100 1011010 10100111 100101 111

Color Harmonies of #0C1A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A17

Black with #0C1A17

Text Example


Text Example

White with #0C1A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1A17; }

 p { color: rgb(12,26,23); }

 H1.HeaderClassName
 {
   color: #0C1A17;
 }
 .AnyTagClassName
 {
   color: #0C1A17;
 }
</style>

background-color css

<style>
 a { background-color: #0C1A17; }

 a { background-color: rgb(12,26,23); }

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

border-color css

<style>
 span { border-color: #0C1A17; }

 span { border-color: rgb(12,26,23); }

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