Html Css Color HEX #14442F Zuccini

📋 copy color: '#14442F'

red 20 ◦ green 68 ◦ blue 47

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

Shades of Zuccini #14442F

Tints of Zuccini #14442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

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

R = 14.81%
G = 50.37%
B = 34.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#14442F (or 0x14442F) is known color: Zuccini. HEX triplet: 14, 44 and 2F. RGB value is (20,68,47). Sum of RGB (Red+Green+Blue) = 20+68+47=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #14442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14442F is #EBBBD0. Grayscale: #333333. Windows color (decimal): -15449041 or 3097620. OLE color: 3097620.

HSL color Cylindrical-coordinate representation of color #14442F: hue angle of 153.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14442F is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 68 47 -
CMYK 0.71 0 0.31 0.73
HSL 153.75º 0.55% 0.17% -
HSV(B) 153.75º 0.71% 0.27% -
XYZ 2.87 4.49 3.4 -
YUV 51.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 20 68 47 0.71 0 0.31 0.73 153.75 0.55 0.17
Hex 14 44 2F 47 0 1F 49 9A 37 11
Octal 24 104 57 107 0 37 111 232 67 21
Binary 10100 1000100 101111 1000111 0 11111 1001001 10011010 110111 10001

Color Harmonies of #14442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14442F

Black with #14442F

Text Example


Text Example

White with #14442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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