#0F4127

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

Shades of Zuccini #0F4127

Tints of Zuccini #0F4127

Color information

#0F4127 (or 0x0F4127) is unknown color: approx Zuccini. HEX triplet: 0F, 41 and 27. RGB value is (15,65,39). Sum of RGB (Red+Green+Blue) = 15+65+39=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4127 is #F0BED8. Grayscale: #2F2F2F. Windows color (decimal): -15777497 or 2572559. OLE color: 2572559.

HSL color Cylindrical-coordinate representation of color #0F4127: hue angle of 148.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 #0F4127 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB156539-
CMYK0.7700.400.75
HSL148.8º62.5%15.69%-
HSV(B)148.8º76.92%25.49%-
XYZ2.454.032.57-
YUV47.09123.44105.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.61%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 39 (15.62% from 255) = 32.77%
R=12.61%
G=54.62%
B=32.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565390.7700.400.75148.862.515.69
HexF41274D0284B953e10
Octal17101471150501132257620
Binary111110000011001111001101010100010010111001010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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