#0F3E27

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

Shades of Zuccini #0F3E27

Tints of Zuccini #0F3E27

Color information

#0F3E27 (or 0x0F3E27) is unknown color: approx Zuccini. HEX triplet: 0F, 3E and 27. RGB value is (15,62,39). Sum of RGB (Red+Green+Blue) = 15+62+39=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E27 is #F0C1D8. Grayscale: #2D2D2D. Windows color (decimal): -15778265 or 2571791. OLE color: 2571791.

HSL color Cylindrical-coordinate representation of color #0F3E27: hue angle of 150.64º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E27 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB156239-
CMYK0.7600.370.76
HSL150.64º61.04%15.1%-
HSV(B)150.64º75.81%24.31%-
XYZ2.293.692.51-
YUV45.32124.43106.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 62 (24.61% from 255) = 53.45%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=12.93%
G=53.45%
B=33.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1562390.7600.370.76150.6461.0415.1
HexF3E274C0254C973df
Octal1776471140451142277517
Binary1111111110100111100110001001011001100100101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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