Html Css Color HEX #144730 Zuccini

📋 copy color: '#144730'

red 20 ◦ green 71 ◦ blue 48

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

Shades of Zuccini #144730

Tints of Zuccini #144730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 14.39%
G = 51.08%
B = 34.53%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#144730 (or 0x144730) is known color: Zuccini. HEX triplet: 14, 47 and 30. RGB value is (20,71,48). Sum of RGB (Red+Green+Blue) = 20+71+48=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #144730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144730 is #EBB8CF. Grayscale: #353535. Windows color (decimal): -15448272 or 3163924. OLE color: 3163924.

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

Color convert

RGB 20 71 48 -
CMYK 0.72 0 0.32 0.72
HSL 152.94º 0.56% 0.18% -
HSV(B) 152.94º 0.72% 0.28% -
XYZ 3.08 4.87 3.57 -
YUV 53.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 20 71 48 0.72 0 0.32 0.72 152.94 0.56 0.18
Hex 14 47 30 48 0 20 48 99 38 12
Octal 24 107 60 110 0 40 110 231 70 22
Binary 10100 1000111 110000 1001000 0 100000 1001000 10011001 111000 10010

Color Harmonies of #144730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144730

Black with #144730

Text Example


Text Example

White with #144730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144730; }

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

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

background-color css

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

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

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

border-color css

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

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

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