#0D452F

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

Shades of Zuccini #0D452F

Tints of Zuccini #0D452F

Color information

#0D452F (or 0x0D452F) is unknown color: approx Zuccini. HEX triplet: 0D, 45 and 2F. RGB value is (13,69,47). Sum of RGB (Red+Green+Blue) = 13+69+47=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #0D452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D452F is #F2BAD0. Grayscale: #313131. Windows color (decimal): -15907537 or 3097869. OLE color: 3097869.

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

Color convert

RGB136947-
CMYK0.8100.320.73
HSL156.43º68.29%16.08%-
HSV(B)156.43º81.16%27.06%-
XYZ2.814.553.42-
YUV49.75126.45101.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.08%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=10.08%
G=53.49%
B=36.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369470.8100.320.73156.4368.2916.08
HexD452F51020499c4410
Octal151055712104011123410420
Binary1101100010110111110100010100000100100110011100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,47); }

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

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

 a { background-color: rgb(13,69,47); }

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

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

 span { border-color: rgb(13,69,47); }

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