Html Css Color HEX #0D472A Zuccini

📋 copy color: '#0D472A'

red 13 ◦ green 71 ◦ blue 42

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

Shades of Zuccini #0D472A

Tints of Zuccini #0D472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 56.35%

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 10.32%
G = 56.35%
B = 33.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#0D472A (or 0x0D472A) is known color: Zuccini. HEX triplet: 0D, 47 and 2A. RGB value is (13,71,42). Sum of RGB (Red+Green+Blue) = 13+71+42=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #0D472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D472A is #F2B8D5. Grayscale: #323232. Windows color (decimal): -15907030 or 2770701. OLE color: 2770701.

HSL color Cylindrical-coordinate representation of color #0D472A: hue angle of 150º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D472A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 42 -
CMYK 0.82 0 0.41 0.72
HSL 150º 0.69% 0.16% -
HSV(B) 150º 0.82% 0.28% -
XYZ 2.84 4.76 2.96 -
YUV 50.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 13 71 42 0.82 0 0.41 0.72 150 0.69 0.16
Hex D 47 2A 52 0 29 48 96 45 10
Octal 15 107 52 122 0 51 110 226 105 20
Binary 1101 1000111 101010 1010010 0 101001 1001000 10010110 1000101 10000

Color Harmonies of #0D472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D472A

Black with #0D472A

Text Example


Text Example

White with #0D472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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