Html Css Color HEX #12472F Zuccini

📋 copy color: '#12472F'

red 18 ◦ green 71 ◦ blue 47

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

Shades of Zuccini #12472F

Tints of Zuccini #12472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 13.24%
G = 52.21%
B = 34.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#12472F (or 0x12472F) is known color: Zuccini. HEX triplet: 12, 47 and 2F. RGB value is (18,71,47). Sum of RGB (Red+Green+Blue) = 18+71+47=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #12472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472F is #EDB8D0. Grayscale: #343434. Windows color (decimal): -15579345 or 3098386. OLE color: 3098386.

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

Color convert

RGB 18 71 47 -
CMYK 0.75 0 0.34 0.72
HSL 152.83º 0.6% 0.17% -
HSV(B) 152.83º 0.75% 0.28% -
XYZ 3.02 4.84 3.46 -
YUV 52.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 18 71 47 0.75 0 0.34 0.72 152.83 0.6 0.17
Hex 12 47 2F 4B 0 22 48 99 3C 11
Octal 22 107 57 113 0 42 110 231 74 21
Binary 10010 1000111 101111 1001011 0 100010 1001000 10011001 111100 10001

Color Harmonies of #12472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12472F

Black with #12472F

Text Example


Text Example

White with #12472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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