Html Css Color HEX #0C3329 Dark Green

📋 copy color: '#0C3329'

red 12 ◦ green 51 ◦ blue 41

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

Shades of Dark Green #0C3329

Tints of Dark Green #0C3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

 BLUE value IS 41 (16.41% from 255) = 39.42%

R = 11.54%
G = 49.04%
B = 39.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#0C3329 (or 0x0C3329) is known color: Dark Green. HEX triplet: 0C, 33 and 29. RGB value is (12,51,41). Sum of RGB (Red+Green+Blue) = 12+51+41=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #0C3329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3329 is #F3CCD6. Grayscale: #262626. Windows color (decimal): -15977687 or 2700044. OLE color: 2700044.

HSL color Cylindrical-coordinate representation of color #0C3329: hue angle of 164.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3329 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 12 51 41 -
CMYK 0.76 0 0.20 0.8
HSL 164.62º 0.62% 0.12% -
HSV(B) 164.62º 0.76% 0.2% -
XYZ 1.74 2.61 2.51 -
YUV 38.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 12 51 41 0.76 0 0.20 0.8 164.62 0.62 0.12
Hex C 33 29 4C 0 14 50 A5 3E C
Octal 14 63 51 114 0 24 120 245 76 14
Binary 1100 110011 101001 1001100 0 10100 1010000 10100101 111110 1100

Color Harmonies of #0C3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3329

Black with #0C3329

Text Example


Text Example

White with #0C3329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,51,41); }

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

background-color css

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

 a { background-color: rgb(12,51,41); }

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

border-color css

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

 span { border-color: rgb(12,51,41); }

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