Html Css Color HEX #12472C Zuccini

📋 copy color: '#12472C'

red 18 ◦ green 71 ◦ blue 44

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

Shades of Zuccini #12472C

Tints of Zuccini #12472C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 13.53%
G = 53.38%
B = 33.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#12472C (or 0x12472C) is known color: Zuccini. HEX triplet: 12, 47 and 2C. RGB value is (18,71,44). Sum of RGB (Red+Green+Blue) = 18+71+44=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #12472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472C is #EDB8D3. Grayscale: #343434. Windows color (decimal): -15579348 or 2901778. OLE color: 2901778.

HSL color Cylindrical-coordinate representation of color #12472C: hue angle of 149.43º 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 #12472C is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 71 44 -
CMYK 0.75 0 0.38 0.72
HSL 149.43º 0.6% 0.17% -
HSV(B) 149.43º 0.75% 0.28% -
XYZ 2.96 4.82 3.16 -
YUV 52.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 18 71 44 0.75 0 0.38 0.72 149.43 0.6 0.17
Hex 12 47 2C 4B 0 26 48 95 3C 11
Octal 22 107 54 113 0 46 110 225 74 21
Binary 10010 1000111 101100 1001011 0 100110 1001000 10010101 111100 10001

Color Harmonies of #12472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12472C

Black with #12472C

Text Example


Text Example

White with #12472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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