Html Css Color HEX #147200 Green

📋 copy color: '#147200'

red 20 ◦ green 114 ◦ blue 0

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

Shades of Green #147200

Tints of Green #147200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 85.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.93%
G = 85.07%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#147200 (or 0x147200) is known color: Green. HEX triplet: 14, 72 and 00. RGB value is (20,114,0). Sum of RGB (Red+Green+Blue) = 20+114+0=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 114 (44.92% from 255 or 85.07% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 114 - color contains mainly: green. Hex color #147200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147200 is #EB8DFF. Grayscale: #494949. Windows color (decimal): -15437312 or 29204. OLE color: 29204.

HSL color Cylindrical-coordinate representation of color #147200: hue angle of 109.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147200 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 0 -
CMYK 0.82 0 1 0.55
HSL 109.47º 1% 0.22% -
HSV(B) 109.47º 1% 0.45% -
XYZ 6.31 12.18 2.02 -
YUV 72.9 86.86 90.27 -
System Red Green Blue C M Y K H S L
Decimal 20 114 0 0.82 0 1 0.55 109.47 1 0.22
Hex 14 72 0 52 0 64 37 6D 64 16
Octal 24 162 0 122 0 144 67 155 144 26
Binary 10100 1110010 0 1010010 0 1100100 110111 1101101 1100100 10110

Color Harmonies of #147200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147200

Black with #147200

Text Example


Text Example

White with #147200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147200; }

 p { color: rgb(20,114,0); }

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

background-color css

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

 a { background-color: rgb(20,114,0); }

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

border-color css

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

 span { border-color: rgb(20,114,0); }

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