Html Css Color HEX #148019 Forest Green

📋 copy color: '#148019'

red 20 ◦ green 128 ◦ blue 25

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

Shades of Forest Green #148019

Tints of Forest Green #148019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.99%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 11.56%
G = 73.99%
B = 14.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#148019 (or 0x148019) is known color: Forest Green. HEX triplet: 14, 80 and 19. RGB value is (20,128,25). Sum of RGB (Red+Green+Blue) = 20+128+25=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #148019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148019 is #EB7FE6. Grayscale: #545454. Windows color (decimal): -15433703 or 1671188. OLE color: 1671188.

HSL color Cylindrical-coordinate representation of color #148019: hue angle of 122.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148019 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 25 -
CMYK 0.84 0 0.80 0.50
HSL 122.78º 0.73% 0.29% -
HSV(B) 122.78º 0.84% 0.5% -
XYZ 8.18 15.66 3.51 -
YUV 83.97 94.72 82.38 -
System Red Green Blue C M Y K H S L
Decimal 20 128 25 0.84 0 0.80 0.50 122.78 0.73 0.29
Hex 14 80 19 54 0 50 32 7B 49 1D
Octal 24 200 31 124 0 120 62 173 111 35
Binary 10100 10000000 11001 1010100 0 1010000 110010 1111011 1001001 11101

Color Harmonies of #148019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148019

Black with #148019

Text Example


Text Example

White with #148019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148019; }

 p { color: rgb(20,128,25); }

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

background-color css

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

 a { background-color: rgb(20,128,25); }

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

border-color css

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

 span { border-color: rgb(20,128,25); }

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