Html Css Color HEX #12472E Zuccini

📋 copy color: '#12472E'

red 18 ◦ green 71 ◦ blue 46

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

Shades of Zuccini #12472E

Tints of Zuccini #12472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 13.33%
G = 52.59%
B = 34.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#12472E (or 0x12472E) is known color: Zuccini. HEX triplet: 12, 47 and 2E. RGB value is (18,71,46). Sum of RGB (Red+Green+Blue) = 18+71+46=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #12472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472E is #EDB8D1. Grayscale: #343434. Windows color (decimal): -15579346 or 3032850. OLE color: 3032850.

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

Color convert

RGB 18 71 46 -
CMYK 0.75 0 0.35 0.72
HSL 151.7º 0.6% 0.17% -
HSV(B) 151.7º 0.75% 0.28% -
XYZ 3 4.83 3.36 -
YUV 52.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 18 71 46 0.75 0 0.35 0.72 151.7 0.6 0.17
Hex 12 47 2E 4B 0 23 48 98 3C 11
Octal 22 107 56 113 0 43 110 230 74 21
Binary 10010 1000111 101110 1001011 0 100011 1001000 10011000 111100 10001

Color Harmonies of #12472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12472E

Black with #12472E

Text Example


Text Example

White with #12472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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