Html Css Color HEX #0C1E1B Dark Green

📋 copy color: '#0C1E1B'

red 12 ◦ green 30 ◦ blue 27

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

Shades of Dark Green #0C1E1B

Tints of Dark Green #0C1E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 43.48%

 BLUE value IS 27 (10.94% from 255) = 39.13%

R = 17.39%
G = 43.48%
B = 39.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#0C1E1B (or 0x0C1E1B) is known color: Dark Green. HEX triplet: 0C, 1E and 1B. RGB value is (12,30,27). Sum of RGB (Red+Green+Blue) = 12+30+27=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E1B is #F3E1E4. Grayscale: #181818. Windows color (decimal): -15983077 or 1777164. OLE color: 1777164.

HSL color Cylindrical-coordinate representation of color #0C1E1B: hue angle of 170º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0C1E1B is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 30 27 -
CMYK 0.60 0 0.10 0.88
HSL 170º 0.43% 0.08% -
HSV(B) 170º 0.6% 0.12% -
XYZ 0.81 1.09 1.2 -
YUV 24.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 12 30 27 0.60 0 0.10 0.88 170 0.43 0.08
Hex C 1E 1B 3C 0 A 58 AA 2B 8
Octal 14 36 33 74 0 12 130 252 53 10
Binary 1100 11110 11011 111100 0 1010 1011000 10101010 101011 1000

Color Harmonies of #0C1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E1B

Black with #0C1E1B

Text Example


Text Example

White with #0C1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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