Html Css Color HEX #14472F Zuccini

📋 copy color: '#14472F'

red 20 ◦ green 71 ◦ blue 47

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

Shades of Zuccini #14472F

Tints of Zuccini #14472F

RGB

 RED value IS 20 (8.2% from 255) = 14.49%

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

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

R = 14.49%
G = 51.45%
B = 34.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#14472F (or 0x14472F) is known color: Zuccini. HEX triplet: 14, 47 and 2F. RGB value is (20,71,47). Sum of RGB (Red+Green+Blue) = 20+71+47=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #14472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472F is #EBB8D0. Grayscale: #353535. Windows color (decimal): -15448273 or 3098388. OLE color: 3098388.

HSL color Cylindrical-coordinate representation of color #14472F: hue angle of 151.76º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14472F is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 47 -
CMYK 0.72 0 0.34 0.72
HSL 151.76º 0.56% 0.18% -
HSV(B) 151.76º 0.72% 0.28% -
XYZ 3.05 4.86 3.47 -
YUV 53.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 20 71 47 0.72 0 0.34 0.72 151.76 0.56 0.18
Hex 14 47 2F 48 0 22 48 98 38 12
Octal 24 107 57 110 0 42 110 230 70 22
Binary 10100 1000111 101111 1001000 0 100010 1001000 10011000 111000 10010

Color Harmonies of #14472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14472F

Black with #14472F

Text Example


Text Example

White with #14472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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