Html Css Color HEX #144832 County Green

📋 copy color: '#144832'

red 20 ◦ green 72 ◦ blue 50

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

Shades of County Green #144832

Tints of County Green #144832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50.7%

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 14.08%
G = 50.7%
B = 35.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#144832 (or 0x144832) is known color: County Green. HEX triplet: 14, 48 and 32. RGB value is (20,72,50). Sum of RGB (Red+Green+Blue) = 20+72+50=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #144832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144832 is #EBB7CD. Grayscale: #353535. Windows color (decimal): -15448014 or 3295252. OLE color: 3295252.

HSL color Cylindrical-coordinate representation of color #144832: hue angle of 154.62º degrees, saturation: 0.57, 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 #144832 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 50 -
CMYK 0.72 0 0.31 0.72
HSL 154.62º 0.57% 0.18% -
HSV(B) 154.62º 0.72% 0.28% -
XYZ 3.18 5.01 3.82 -
YUV 53.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 20 72 50 0.72 0 0.31 0.72 154.62 0.57 0.18
Hex 14 48 32 48 0 1F 48 9B 39 12
Octal 24 110 62 110 0 37 110 233 71 22
Binary 10100 1001000 110010 1001000 0 11111 1001000 10011011 111001 10010

Color Harmonies of #144832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144832

Black with #144832

Text Example


Text Example

White with #144832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144832; }

 p { color: rgb(20,72,50); }

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

background-color css

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

 a { background-color: rgb(20,72,50); }

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

border-color css

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

 span { border-color: rgb(20,72,50); }

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