Html Css Color HEX #0C4E29 Zuccini

📋 copy color: '#0C4E29'

red 12 ◦ green 78 ◦ blue 41

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

Shades of Zuccini #0C4E29

Tints of Zuccini #0C4E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 59.54%

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

R = 9.16%
G = 59.54%
B = 31.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#0C4E29 (or 0x0C4E29) is known color: Zuccini. HEX triplet: 0C, 4E and 29. RGB value is (12,78,41). Sum of RGB (Red+Green+Blue) = 12+78+41=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #0C4E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4E29 is #F3B1D6. Grayscale: #363636. Windows color (decimal): -15970775 or 2706956. OLE color: 2706956.

HSL color Cylindrical-coordinate representation of color #0C4E29: hue angle of 146.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4E29 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 78 41 -
CMYK 0.85 0 0.47 0.69
HSL 146.36º 0.73% 0.18% -
HSV(B) 146.36º 0.85% 0.31% -
XYZ 3.28 5.69 3.02 -
YUV 54.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 12 78 41 0.85 0 0.47 0.69 146.36 0.73 0.18
Hex C 4E 29 55 0 2F 45 92 49 12
Octal 14 116 51 125 0 57 105 222 111 22
Binary 1100 1001110 101001 1010101 0 101111 1000101 10010010 1001001 10010

Color Harmonies of #0C4E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4E29

Black with #0C4E29

Text Example


Text Example

White with #0C4E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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