Html Css Color HEX #12472A Zuccini

📋 copy color: '#12472A'

red 18 ◦ green 71 ◦ blue 42

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

Shades of Zuccini #12472A

Tints of Zuccini #12472A

RGB

 RED value IS 18 (7.42% from 255) = 13.74%

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

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

R = 13.74%
G = 54.2%
B = 32.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#12472A (or 0x12472A) is known color: Zuccini. HEX triplet: 12, 47 and 2A. RGB value is (18,71,42). Sum of RGB (Red+Green+Blue) = 18+71+42=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #12472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472A is #EDB8D5. Grayscale: #333333. Windows color (decimal): -15579350 or 2770706. OLE color: 2770706.

HSL color Cylindrical-coordinate representation of color #12472A: hue angle of 147.17º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12472A is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 42 -
CMYK 0.75 0 0.41 0.72
HSL 147.17º 0.6% 0.17% -
HSV(B) 147.17º 0.75% 0.28% -
XYZ 2.92 4.8 2.96 -
YUV 51.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 18 71 42 0.75 0 0.41 0.72 147.17 0.6 0.17
Hex 12 47 2A 4B 0 29 48 93 3C 11
Octal 22 107 52 113 0 51 110 223 74 21
Binary 10010 1000111 101010 1001011 0 101001 1001000 10010011 111100 10001

Color Harmonies of #12472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12472A

Black with #12472A

Text Example


Text Example

White with #12472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12472A; }

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

 H1.HeaderClassName
 {
   color: #12472A;
 }
 .AnyTagClassName
 {
   color: #12472A;
 }
</style>

background-color css

<style>
 a { background-color: #12472A; }

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

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

border-color css

<style>
 span { border-color: #12472A; }

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

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