Html Css Color HEX #12472D Zuccini

📋 copy color: '#12472D'

red 18 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #12472D

Tints of Zuccini #12472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 13.43%
G = 52.99%
B = 33.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#12472D (or 0x12472D) is known color: Zuccini. HEX triplet: 12, 47 and 2D. RGB value is (18,71,45). Sum of RGB (Red+Green+Blue) = 18+71+45=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #12472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12472D is #EDB8D2. Grayscale: #343434. Windows color (decimal): -15579347 or 2967314. OLE color: 2967314.

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

Color convert

RGB 18 71 45 -
CMYK 0.75 0 0.37 0.72
HSL 150.57º 0.6% 0.17% -
HSV(B) 150.57º 0.75% 0.28% -
XYZ 2.98 4.82 3.26 -
YUV 52.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 18 71 45 0.75 0 0.37 0.72 150.57 0.6 0.17
Hex 12 47 2D 4B 0 25 48 97 3C 11
Octal 22 107 55 113 0 45 110 227 74 21
Binary 10010 1000111 101101 1001011 0 100101 1001000 10010111 111100 10001

Color Harmonies of #12472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12472D

Black with #12472D

Text Example


Text Example

White with #12472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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