#0F452E

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

Shades of Zuccini #0F452E

Tints of Zuccini #0F452E

Color information

#0F452E (or 0x0F452E) is unknown color: approx Zuccini. HEX triplet: 0F, 45 and 2E. RGB value is (15,69,46). Sum of RGB (Red+Green+Blue) = 15+69+46=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #0F452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F452E is #F0BAD1. Grayscale: #323232. Windows color (decimal): -15776466 or 3032335. OLE color: 3032335.

HSL color Cylindrical-coordinate representation of color #0F452E: hue angle of 154.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F452E is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB156946-
CMYK0.7800.330.73
HSL154.44º64.29%16.47%-
HSV(B)154.44º78.26%27.06%-
XYZ2.824.563.32-
YUV50.23125.61102.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 69 (27.34% from 255) = 53.08%
BLUE value IS 46 (18.36% from 255) = 35.38%
R=11.54%
G=53.08%
B=35.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569460.7800.330.73154.4464.2916.47
HexF452E4E021499a4010
Octal171055611604111123210020
Binary1111100010110111010011100100001100100110011010100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,46); }

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

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

 a { background-color: rgb(15,69,46); }

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

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

 span { border-color: rgb(15,69,46); }

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