Html Css Color HEX #0C472C Zuccini

📋 copy color: '#0C472C'

red 12 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #0C472C

Tints of Zuccini #0C472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

 BLUE value IS 44 (17.58% from 255) = 34.65%

R = 9.45%
G = 55.91%
B = 34.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#0C472C (or 0x0C472C) is known color: Zuccini. HEX triplet: 0C, 47 and 2C. RGB value is (12,71,44). Sum of RGB (Red+Green+Blue) = 12+71+44=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #0C472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C472C is #F3B8D3. Grayscale: #323232. Windows color (decimal): -15972564 or 2901772. OLE color: 2901772.

HSL color Cylindrical-coordinate representation of color #0C472C: hue angle of 152.54º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C472C is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 71 44 -
CMYK 0.83 0 0.38 0.72
HSL 152.54º 0.71% 0.16% -
HSV(B) 152.54º 0.83% 0.28% -
XYZ 2.86 4.77 3.15 -
YUV 50.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 12 71 44 0.83 0 0.38 0.72 152.54 0.71 0.16
Hex C 47 2C 53 0 26 48 99 47 10
Octal 14 107 54 123 0 46 110 231 107 20
Binary 1100 1000111 101100 1010011 0 100110 1001000 10011001 1000111 10000

Color Harmonies of #0C472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C472C

Black with #0C472C

Text Example


Text Example

White with #0C472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,44); }

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

background-color css

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

 a { background-color: rgb(12,71,44); }

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

border-color css

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

 span { border-color: rgb(12,71,44); }

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