Html Css Color HEX #0C281D Dark Green

📋 copy color: '#0C281D'

red 12 ◦ green 40 ◦ blue 29

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

Shades of Dark Green #0C281D

Tints of Dark Green #0C281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

 BLUE value IS 29 (11.72% from 255) = 35.8%

R = 14.81%
G = 49.38%
B = 35.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.84

RGB Variations

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

Color information

#0C281D (or 0x0C281D) is known color: Dark Green. HEX triplet: 0C, 28 and 1D. RGB value is (12,40,29). Sum of RGB (Red+Green+Blue) = 12+40+29=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #0C281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C281D is #F3D7E2. Grayscale: #1E1E1E. Windows color (decimal): -15980515 or 1910796. OLE color: 1910796.

HSL color Cylindrical-coordinate representation of color #0C281D: hue angle of 156.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C281D is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 40 29 -
CMYK 0.70 0 0.28 0.84
HSL 156.43º 0.54% 0.1% -
HSV(B) 156.43º 0.7% 0.16% -
XYZ 1.13 1.68 1.43 -
YUV 30.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 12 40 29 0.70 0 0.28 0.84 156.43 0.54 0.1
Hex C 28 1D 46 0 1C 54 9C 36 A
Octal 14 50 35 106 0 34 124 234 66 12
Binary 1100 101000 11101 1000110 0 11100 1010100 10011100 110110 1010

Color Harmonies of #0C281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C281D

Black with #0C281D

Text Example


Text Example

White with #0C281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,40,29); }

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

background-color css

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

 a { background-color: rgb(12,40,29); }

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

border-color css

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

 span { border-color: rgb(12,40,29); }

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