Html Css Color HEX #0D4229 Zuccini

📋 copy color: '#0D4229'

red 13 ◦ green 66 ◦ blue 41

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

Shades of Zuccini #0D4229

Tints of Zuccini #0D4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55%

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

R = 10.83%
G = 55%
B = 34.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#0D4229 (or 0x0D4229) is known color: Zuccini. HEX triplet: 0D, 42 and 29. RGB value is (13,66,41). Sum of RGB (Red+Green+Blue) = 13+66+41=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4229 is #F2BDD6. Grayscale: #2F2F2F. Windows color (decimal): -15908311 or 2703885. OLE color: 2703885.

HSL color Cylindrical-coordinate representation of color #0D4229: hue angle of 151.7º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D4229 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 66 41 -
CMYK 0.80 0 0.38 0.74
HSL 151.7º 0.67% 0.15% -
HSV(B) 151.7º 0.8% 0.26% -
XYZ 2.51 4.14 2.76 -
YUV 47.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 13 66 41 0.80 0 0.38 0.74 151.7 0.67 0.15
Hex D 42 29 50 0 26 4A 98 43 F
Octal 15 102 51 120 0 46 112 230 103 17
Binary 1101 1000010 101001 1010000 0 100110 1001010 10011000 1000011 1111

Color Harmonies of #0D4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4229

Black with #0D4229

Text Example


Text Example

White with #0D4229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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