Html Css Color HEX #12472B Zuccini

📋 copy color: '#12472B'

red 18 ◦ green 71 ◦ blue 43

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

Shades of Zuccini #12472B

Tints of Zuccini #12472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 13.64%
G = 53.79%
B = 32.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#12472B (or 0x12472B) is known color: Zuccini. HEX triplet: 12, 47 and 2B. RGB value is (18,71,43). Sum of RGB (Red+Green+Blue) = 18+71+43=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #12472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472B is #EDB8D4. Grayscale: #343434. Windows color (decimal): -15579349 or 2836242. OLE color: 2836242.

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

Color convert

RGB 18 71 43 -
CMYK 0.75 0 0.39 0.72
HSL 148.3º 0.6% 0.17% -
HSV(B) 148.3º 0.75% 0.28% -
XYZ 2.94 4.81 3.06 -
YUV 51.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 18 71 43 0.75 0 0.39 0.72 148.3 0.6 0.17
Hex 12 47 2B 4B 0 27 48 94 3C 11
Octal 22 107 53 113 0 47 110 224 74 21
Binary 10010 1000111 101011 1001011 0 100111 1001000 10010100 111100 10001

Color Harmonies of #12472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12472B

Black with #12472B

Text Example


Text Example

White with #12472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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