Html Css Color HEX #147002 Green

📋 copy color: '#147002'

red 20 ◦ green 112 ◦ blue 2

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

Shades of Green #147002

Tints of Green #147002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 83.58%

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

R = 14.93%
G = 83.58%
B = 1.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#147002 (or 0x147002) is known color: Green. HEX triplet: 14, 70 and 02. RGB value is (20,112,2). Sum of RGB (Red+Green+Blue) = 20+112+2=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #147002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147002 is #EB8FFD. Grayscale: #484848. Windows color (decimal): -15437822 or 159764. OLE color: 159764.

HSL color Cylindrical-coordinate representation of color #147002: hue angle of 110.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #147002 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 2 -
CMYK 0.82 0 0.98 0.56
HSL 110.18º 0.96% 0.22% -
HSV(B) 110.18º 0.98% 0.44% -
XYZ 6.09 11.74 2 -
YUV 71.95 88.52 90.94 -
System Red Green Blue C M Y K H S L
Decimal 20 112 2 0.82 0 0.98 0.56 110.18 0.96 0.22
Hex 14 70 2 52 0 62 38 6E 60 16
Octal 24 160 2 122 0 142 70 156 140 26
Binary 10100 1110000 10 1010010 0 1100010 111000 1101110 1100000 10110

Color Harmonies of #147002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147002

Black with #147002

Text Example


Text Example

White with #147002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147002; }

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

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

background-color css

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

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

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

border-color css

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

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

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