Html Css Color HEX #0F4226 Zuccini

📋 copy color: '#0F4226'

red 15 ◦ green 66 ◦ blue 38

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

Shades of Zuccini #0F4226

Tints of Zuccini #0F4226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.93%

R = 12.61%
G = 55.46%
B = 31.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.74

RGB Variations

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

Color information

#0F4226 (or 0x0F4226) is known color: Zuccini. HEX triplet: 0F, 42 and 26. RGB value is (15,66,38). Sum of RGB (Red+Green+Blue) = 15+66+38=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4226 is #F0BDD9. Grayscale: #2F2F2F. Windows color (decimal): -15777242 or 2507279. OLE color: 2507279.

HSL color Cylindrical-coordinate representation of color #0F4226: hue angle of 147.06º 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 #0F4226 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 38 -
CMYK 0.77 0 0.42 0.74
HSL 147.06º 0.63% 0.16% -
HSV(B) 147.06º 0.77% 0.26% -
XYZ 2.5 4.14 2.5 -
YUV 47.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 15 66 38 0.77 0 0.42 0.74 147.06 0.63 0.16
Hex F 42 26 4D 0 2A 4A 93 3F 10
Octal 17 102 46 115 0 52 112 223 77 20
Binary 1111 1000010 100110 1001101 0 101010 1001010 10010011 111111 10000

Color Harmonies of #0F4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4226

Black with #0F4226

Text Example


Text Example

White with #0F4226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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