Html Css Color HEX #0C1B12 Dark Green

📋 copy color: '#0C1B12'

red 12 ◦ green 27 ◦ blue 18

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

Shades of Dark Green #0C1B12

Tints of Dark Green #0C1B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 47.37%

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

R = 21.05%
G = 47.37%
B = 31.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#0C1B12 (or 0x0C1B12) is known color: Dark Green. HEX triplet: 0C, 1B and 12. RGB value is (12,27,18). Sum of RGB (Red+Green+Blue) = 12+27+18=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B12 is #F3E4ED. Grayscale: #151515. Windows color (decimal): -15983854 or 1186572. OLE color: 1186572.

HSL color Cylindrical-coordinate representation of color #0C1B12: hue angle of 144º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C1B12 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 27 18 -
CMYK 0.56 0 0.33 0.89
HSL 144º 0.38% 0.08% -
HSV(B) 144º 0.56% 0.11% -
XYZ 0.65 0.91 0.71 -
YUV 21.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 12 27 18 0.56 0 0.33 0.89 144 0.38 0.08
Hex C 1B 12 38 0 21 59 90 26 8
Octal 14 33 22 70 0 41 131 220 46 10
Binary 1100 11011 10010 111000 0 100001 1011001 10010000 100110 1000

Color Harmonies of #0C1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1B12

Black with #0C1B12

Text Example


Text Example

White with #0C1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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