Html Css Color HEX #0D412A Zuccini

📋 copy color: '#0D412A'

red 13 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #0D412A

Tints of Zuccini #0D412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

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

R = 10.83%
G = 54.17%
B = 35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#0D412A (or 0x0D412A) is known color: Zuccini. HEX triplet: 0D, 41 and 2A. RGB value is (13,65,42). Sum of RGB (Red+Green+Blue) = 13+65+42=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #0D412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D412A is #F2BED5. Grayscale: #2E2E2E. Windows color (decimal): -15908566 or 2769165. OLE color: 2769165.

HSL color Cylindrical-coordinate representation of color #0D412A: hue angle of 153.46º degrees, saturation: 0.67, 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 #0D412A is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 65 42 -
CMYK 0.80 0 0.35 0.75
HSL 153.46º 0.67% 0.15% -
HSV(B) 153.46º 0.8% 0.25% -
XYZ 2.47 4.03 2.84 -
YUV 46.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 13 65 42 0.80 0 0.35 0.75 153.46 0.67 0.15
Hex D 41 2A 50 0 23 4B 99 43 F
Octal 15 101 52 120 0 43 113 231 103 17
Binary 1101 1000001 101010 1010000 0 100011 1001011 10011001 1000011 1111

Color Harmonies of #0D412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D412A

Black with #0D412A

Text Example


Text Example

White with #0D412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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