Html Css Color HEX #0C2D1D Dark Green

📋 copy color: '#0C2D1D'

red 12 ◦ green 45 ◦ blue 29

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

Shades of Dark Green #0C2D1D

Tints of Dark Green #0C2D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 52.33%

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

R = 13.95%
G = 52.33%
B = 33.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.82

RGB Variations

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

Color information

#0C2D1D (or 0x0C2D1D) is known color: Dark Green. HEX triplet: 0C, 2D and 1D. RGB value is (12,45,29). Sum of RGB (Red+Green+Blue) = 12+45+29=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D1D is #F3D2E2. Grayscale: #212121. Windows color (decimal): -15979235 or 1912076. OLE color: 1912076.

HSL color Cylindrical-coordinate representation of color #0C2D1D: hue angle of 150.91º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D1D is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 45 29 -
CMYK 0.73 0 0.36 0.82
HSL 150.91º 0.58% 0.11% -
HSV(B) 150.91º 0.73% 0.18% -
XYZ 1.31 2.04 1.49 -
YUV 33.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 12 45 29 0.73 0 0.36 0.82 150.91 0.58 0.11
Hex C 2D 1D 49 0 24 52 97 3A B
Octal 14 55 35 111 0 44 122 227 72 13
Binary 1100 101101 11101 1001001 0 100100 1010010 10010111 111010 1011

Color Harmonies of #0C2D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2D1D

Black with #0C2D1D

Text Example


Text Example

White with #0C2D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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