Html Css Color HEX #0C4F28 Zuccini

📋 copy color: '#0C4F28'

red 12 ◦ green 79 ◦ blue 40

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

Shades of Zuccini #0C4F28

Tints of Zuccini #0C4F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 60.31%

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 9.16%
G = 60.31%
B = 30.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#0C4F28 (or 0x0C4F28) is known color: Zuccini. HEX triplet: 0C, 4F and 28. RGB value is (12,79,40). Sum of RGB (Red+Green+Blue) = 12+79+40=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 79 (31.25% from 255 or 60.31% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F28 is #F3B0D7. Grayscale: #363636. Windows color (decimal): -15970520 or 2641676. OLE color: 2641676.

HSL color Cylindrical-coordinate representation of color #0C4F28: hue angle of 145.07º degrees, saturation: 0.74, 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 #0C4F28 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 79 40 -
CMYK 0.85 0 0.49 0.69
HSL 145.07º 0.74% 0.18% -
HSV(B) 145.07º 0.85% 0.31% -
XYZ 3.33 5.82 2.96 -
YUV 54.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 12 79 40 0.85 0 0.49 0.69 145.07 0.74 0.18
Hex C 4F 28 55 0 31 45 91 4A 12
Octal 14 117 50 125 0 61 105 221 112 22
Binary 1100 1001111 101000 1010101 0 110001 1000101 10010001 1001010 10010

Color Harmonies of #0C4F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4F28

Black with #0C4F28

Text Example


Text Example

White with #0C4F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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