#0F4227

Color #0F4227 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #0F4227

Tints of Zuccini #0F4227

Color information

#0F4227 (or 0x0F4227) is unknown color: approx Zuccini. HEX triplet: 0F, 42 and 27. RGB value is (15,66,39). Sum of RGB (Red+Green+Blue) = 15+66+39=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4227 is #F0BDD8. Grayscale: #2F2F2F. Windows color (decimal): -15777241 or 2572815. OLE color: 2572815.

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

Color convert

RGB156639-
CMYK0.7700.410.74
HSL148.24º62.96%15.88%-
HSV(B)148.24º77.27%25.88%-
XYZ2.514.142.59-
YUV47.67123.1104.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.5%
GREEN value IS 66 (26.17% from 255) = 55%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=12.5%
G=55%
B=32.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1566390.7700.410.74148.2462.9615.88
HexF42274D0294A943f10
Octal17102471150511122247720
Binary111110000101001111001101010100110010101001010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F4227;
 }
 .AnyTagClassName
 {
   color: #0F4227;
 }
</style>
background-color css

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

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

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

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

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

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