Html Css Color HEX #0C442F Zuccini

📋 copy color: '#0C442F'

red 12 ◦ green 68 ◦ blue 47

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

Shades of Zuccini #0C442F

Tints of Zuccini #0C442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.54%

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 9.45%
G = 53.54%
B = 37.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#0C442F (or 0x0C442F) is known color: Zuccini. HEX triplet: 0C, 44 and 2F. RGB value is (12,68,47). Sum of RGB (Red+Green+Blue) = 12+68+47=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #0C442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C442F is #F3BBD0. Grayscale: #303030. Windows color (decimal): -15973329 or 3097612. OLE color: 3097612.

HSL color Cylindrical-coordinate representation of color #0C442F: hue angle of 157.5º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C442F is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 68 47 -
CMYK 0.82 0 0.31 0.73
HSL 157.5º 0.7% 0.16% -
HSV(B) 157.5º 0.82% 0.27% -
XYZ 2.73 4.42 3.4 -
YUV 48.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 12 68 47 0.82 0 0.31 0.73 157.5 0.7 0.16
Hex C 44 2F 52 0 1F 49 9E 46 10
Octal 14 104 57 122 0 37 111 236 106 20
Binary 1100 1000100 101111 1010010 0 11111 1001001 10011110 1000110 10000

Color Harmonies of #0C442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C442F

Black with #0C442F

Text Example


Text Example

White with #0C442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,47); }

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

background-color css

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

 a { background-color: rgb(12,68,47); }

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

border-color css

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

 span { border-color: rgb(12,68,47); }

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