Html Css Color HEX #0C1A12 Dark Green

📋 copy color: '#0C1A12'

red 12 ◦ green 26 ◦ blue 18

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

Shades of Dark Green #0C1A12

Tints of Dark Green #0C1A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 32.14%

R = 21.43%
G = 46.43%
B = 32.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#0C1A12 (or 0x0C1A12) is known color: Dark Green. HEX triplet: 0C, 1A and 12. RGB value is (12,26,18). Sum of RGB (Red+Green+Blue) = 12+26+18=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 26 - color contains mainly: green. Hex color #0C1A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1A12 is #F3E5ED. Grayscale: #141414. Windows color (decimal): -15984110 or 1186316. OLE color: 1186316.

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

Color convert

RGB 12 26 18 -
CMYK 0.54 0 0.31 0.90
HSL 145.71º 0.37% 0.07% -
HSV(B) 145.71º 0.54% 0.1% -
XYZ 0.63 0.86 0.71 -
YUV 20.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 12 26 18 0.54 0 0.31 0.90 145.71 0.37 0.07
Hex C 1A 12 36 0 1F 5A 92 25 7
Octal 14 32 22 66 0 37 132 222 45 7
Binary 1100 11010 10010 110110 0 11111 1011010 10010010 100101 111

Color Harmonies of #0C1A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1A12

Black with #0C1A12

Text Example


Text Example

White with #0C1A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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