#0F412A

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

Shades of Zuccini #0F412A

Tints of Zuccini #0F412A

Color information

#0F412A (or 0x0F412A) is unknown color: approx Zuccini. HEX triplet: 0F, 41 and 2A. RGB value is (15,65,42). Sum of RGB (Red+Green+Blue) = 15+65+42=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #0F412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F412A is #F0BED5. Grayscale: #2F2F2F. Windows color (decimal): -15777494 or 2769167. OLE color: 2769167.

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

Color convert

RGB156542-
CMYK0.7700.350.75
HSL152.4º62.5%15.69%-
HSV(B)152.4º76.92%25.49%-
XYZ2.514.052.84-
YUV47.43124.94104.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=12.30%
G=53.28%
B=34.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565420.7700.350.75152.462.515.69
HexF412A4D0234B983e10
Octal17101521150431132307620
Binary111110000011010101001101010001110010111001100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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