Html Css Color HEX #0F4229 Zuccini

📋 copy color: '#0F4229'

red 15 ◦ green 66 ◦ blue 41

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

Shades of Zuccini #0F4229

Tints of Zuccini #0F4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

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

R = 12.3%
G = 54.1%
B = 33.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#0F4229 (or 0x0F4229) is known color: Zuccini. HEX triplet: 0F, 42 and 29. RGB value is (15,66,41). Sum of RGB (Red+Green+Blue) = 15+66+41=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4229 is #F0BDD6. Grayscale: #2F2F2F. Windows color (decimal): -15777239 or 2703887. OLE color: 2703887.

HSL color Cylindrical-coordinate representation of color #0F4229: hue angle of 150.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4229 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 41 -
CMYK 0.77 0 0.38 0.74
HSL 150.59º 0.63% 0.16% -
HSV(B) 150.59º 0.77% 0.26% -
XYZ 2.55 4.16 2.77 -
YUV 47.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 15 66 41 0.77 0 0.38 0.74 150.59 0.63 0.16
Hex F 42 29 4D 0 26 4A 97 3F 10
Octal 17 102 51 115 0 46 112 227 77 20
Binary 1111 1000010 101001 1001101 0 100110 1001010 10010111 111111 10000

Color Harmonies of #0F4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4229

Black with #0F4229

Text Example


Text Example

White with #0F4229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,41); }

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

background-color css

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

 a { background-color: rgb(15,66,41); }

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

border-color css

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

 span { border-color: rgb(15,66,41); }

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