Html Css Color HEX #0C1A14 Dark Green

📋 copy color: '#0C1A14'

red 12 ◦ green 26 ◦ blue 20

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

Shades of Dark Green #0C1A14

Tints of Dark Green #0C1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 20.69%
G = 44.83%
B = 34.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.90

RGB Variations

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

Color information

#0C1A14 (or 0x0C1A14) is known color: Dark Green. HEX triplet: 0C, 1A and 14. RGB value is (12,26,20). Sum of RGB (Red+Green+Blue) = 12+26+20=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A14 is #F3E5EB. Grayscale: #151515. Windows color (decimal): -15984108 or 1317388. OLE color: 1317388.

HSL color Cylindrical-coordinate representation of color #0C1A14: hue angle of 154.29º 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 #0C1A14 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 26 20 -
CMYK 0.54 0 0.23 0.90
HSL 154.29º 0.37% 0.07% -
HSV(B) 154.29º 0.54% 0.1% -
XYZ 0.65 0.87 0.8 -
YUV 21.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 12 26 20 0.54 0 0.23 0.90 154.29 0.37 0.07
Hex C 1A 14 36 0 17 5A 9A 25 7
Octal 14 32 24 66 0 27 132 232 45 7
Binary 1100 11010 10100 110110 0 10111 1011010 10011010 100101 111

Color Harmonies of #0C1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A14

Black with #0C1A14

Text Example


Text Example

White with #0C1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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