Html Css Color HEX #0C1E1C Dark Green

📋 copy color: '#0C1E1C'

red 12 ◦ green 30 ◦ blue 28

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

Shades of Dark Green #0C1E1C

Tints of Dark Green #0C1E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 40%

R = 17.14%
G = 42.86%
B = 40%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#0C1E1C (or 0x0C1E1C) is known color: Dark Green. HEX triplet: 0C, 1E and 1C. RGB value is (12,30,28). Sum of RGB (Red+Green+Blue) = 12+30+28=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E1C is #F3E1E3. Grayscale: #181818. Windows color (decimal): -15983076 or 1842700. OLE color: 1842700.

HSL color Cylindrical-coordinate representation of color #0C1E1C: hue angle of 173.33º 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 #0C1E1C is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 30 28 -
CMYK 0.60 0 0.07 0.88
HSL 173.33º 0.43% 0.08% -
HSV(B) 173.33º 0.6% 0.12% -
XYZ 0.83 1.09 1.27 -
YUV 24.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 12 30 28 0.60 0 0.07 0.88 173.33 0.43 0.08
Hex C 1E 1C 3C 0 7 58 AD 2B 8
Octal 14 36 34 74 0 7 130 255 53 10
Binary 1100 11110 11100 111100 0 111 1011000 10101101 101011 1000

Color Harmonies of #0C1E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1E1C

Black with #0C1E1C

Text Example


Text Example

White with #0C1E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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