Html Css Color HEX #0D4E29 Zuccini

📋 copy color: '#0D4E29'

red 13 ◦ green 78 ◦ blue 41

#0D4E29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zuccini #0D4E29

Tints of Zuccini #0D4E29

RGB

 RED value IS 13 (5.47% from 255) = 9.85%

 GREEN value IS 78 (30.86% from 255) = 59.09%

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 9.85%
G = 59.09%
B = 31.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#0D4E29 (or 0x0D4E29) is known color: Zuccini. HEX triplet: 0D, 4E and 29. RGB value is (13,78,41). Sum of RGB (Red+Green+Blue) = 13+78+41=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4E29 is #F2B1D6. Grayscale: #363636. Windows color (decimal): -15905239 or 2706957. OLE color: 2706957.

HSL color Cylindrical-coordinate representation of color #0D4E29: hue angle of 145.85º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4E29 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 78 41 -
CMYK 0.83 0 0.47 0.69
HSL 145.85º 0.71% 0.18% -
HSV(B) 145.85º 0.83% 0.31% -
XYZ 3.29 5.69 3.02 -
YUV 54.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 13 78 41 0.83 0 0.47 0.69 145.85 0.71 0.18
Hex D 4E 29 53 0 2F 45 92 47 12
Octal 15 116 51 123 0 57 105 222 107 22
Binary 1101 1001110 101001 1010011 0 101111 1000101 10010010 1000111 10010

Color Harmonies of #0D4E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4E29

Black with #0D4E29

Text Example


Text Example

White with #0D4E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,78,41); }

 H1.HeaderClassName
 {
   color: #0D4E29;
 }
 .AnyTagClassName
 {
   color: #0D4E29;
 }
</style>

background-color css

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

 a { background-color: rgb(13,78,41); }

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

border-color css

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

 span { border-color: rgb(13,78,41); }

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