#0D402A

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

Shades of Zuccini #0D402A

Tints of Zuccini #0D402A

Color information

#0D402A (or 0x0D402A) is unknown color: approx Zuccini. HEX triplet: 0D, 40 and 2A. RGB value is (13,64,42). Sum of RGB (Red+Green+Blue) = 13+64+42=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #0D402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D402A is #F2BFD5. Grayscale: #2E2E2E. Windows color (decimal): -15908822 or 2768909. OLE color: 2768909.

HSL color Cylindrical-coordinate representation of color #0D402A: hue angle of 154.12º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D402A is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB136442-
CMYK0.8000.340.75
HSL154.12º66.23%15.1%-
HSV(B)154.12º79.69%25.1%-
XYZ2.423.922.82-
YUV46.24125.6104.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.92%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=10.92%
G=53.78%
B=35.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1364420.8000.340.75154.1266.2315.1
HexD402A500224B9a42f
Octal151005212004211323210217
Binary110110000001010101010000010001010010111001101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,42); }

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

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

 a { background-color: rgb(13,64,42); }

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

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

 span { border-color: rgb(13,64,42); }

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