Html Css Color HEX #0F412C Zuccini

📋 copy color: '#0F412C'

red 15 ◦ green 65 ◦ blue 44

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

Shades of Zuccini #0F412C

Tints of Zuccini #0F412C

RGB

 RED value IS 15 (6.25% from 255) = 12.1%

 GREEN value IS 65 (25.78% from 255) = 52.42%

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

R = 12.1%
G = 52.42%
B = 35.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#0F412C (or 0x0F412C) is known color: Zuccini. HEX triplet: 0F, 41 and 2C. RGB value is (15,65,44). Sum of RGB (Red+Green+Blue) = 15+65+44=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #0F412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F412C is #F0BED3. Grayscale: #2F2F2F. Windows color (decimal): -15777492 or 2900239. OLE color: 2900239.

HSL color Cylindrical-coordinate representation of color #0F412C: hue angle of 154.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F412C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 44 -
CMYK 0.77 0 0.32 0.75
HSL 154.8º 0.63% 0.16% -
HSV(B) 154.8º 0.77% 0.25% -
XYZ 2.54 4.06 3.03 -
YUV 47.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 15 65 44 0.77 0 0.32 0.75 154.8 0.63 0.16
Hex F 41 2C 4D 0 20 4B 9B 3E 10
Octal 17 101 54 115 0 40 113 233 76 20
Binary 1111 1000001 101100 1001101 0 100000 1001011 10011011 111110 10000

Color Harmonies of #0F412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F412C

Black with #0F412C

Text Example


Text Example

White with #0F412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,44); }

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

background-color css

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

 a { background-color: rgb(15,65,44); }

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

border-color css

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

 span { border-color: rgb(15,65,44); }

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