Html Css Color HEX #147502 Green

📋 copy color: '#147502'

red 20 ◦ green 117 ◦ blue 2

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

Shades of Green #147502

Tints of Green #147502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 84.17%

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 14.39%
G = 84.17%
B = 1.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#147502 (or 0x147502) is known color: Green. HEX triplet: 14, 75 and 02. RGB value is (20,117,2). Sum of RGB (Red+Green+Blue) = 20+117+2=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #147502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147502 is #EB8AFD. Grayscale: #4B4B4B. Windows color (decimal): -15436542 or 161044. OLE color: 161044.

HSL color Cylindrical-coordinate representation of color #147502: hue angle of 110.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147502 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 2 -
CMYK 0.83 0 0.98 0.54
HSL 110.61º 0.97% 0.23% -
HSV(B) 110.61º 0.98% 0.46% -
XYZ 6.66 12.88 2.19 -
YUV 74.89 86.86 88.85 -
System Red Green Blue C M Y K H S L
Decimal 20 117 2 0.83 0 0.98 0.54 110.61 0.97 0.23
Hex 14 75 2 53 0 62 36 6F 61 17
Octal 24 165 2 123 0 142 66 157 141 27
Binary 10100 1110101 10 1010011 0 1100010 110110 1101111 1100001 10111

Color Harmonies of #147502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147502

Black with #147502

Text Example


Text Example

White with #147502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147502; }

 p { color: rgb(20,117,2); }

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

background-color css

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

 a { background-color: rgb(20,117,2); }

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

border-color css

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

 span { border-color: rgb(20,117,2); }

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