Html Css Color HEX #148028 Forest Green

📋 copy color: '#148028'

red 20 ◦ green 128 ◦ blue 40

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

Shades of Forest Green #148028

Tints of Forest Green #148028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 10.64%
G = 68.09%
B = 21.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#148028 (or 0x148028) is known color: Forest Green. HEX triplet: 14, 80 and 28. RGB value is (20,128,40). Sum of RGB (Red+Green+Blue) = 20+128+40=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #148028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148028 is #EB7FD7. Grayscale: #555555. Windows color (decimal): -15433688 or 2654228. OLE color: 2654228.

HSL color Cylindrical-coordinate representation of color #148028: hue angle of 131.11º 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 #148028 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 40 -
CMYK 0.84 0 0.69 0.50
HSL 131.11º 0.73% 0.29% -
HSV(B) 131.11º 0.84% 0.5% -
XYZ 8.39 15.74 4.6 -
YUV 85.68 102.22 81.16 -
System Red Green Blue C M Y K H S L
Decimal 20 128 40 0.84 0 0.69 0.50 131.11 0.73 0.29
Hex 14 80 28 54 0 45 32 83 49 1D
Octal 24 200 50 124 0 105 62 203 111 35
Binary 10100 10000000 101000 1010100 0 1000101 110010 10000011 1001001 11101

Color Harmonies of #148028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148028

Black with #148028

Text Example


Text Example

White with #148028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148028; }

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

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

background-color css

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

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

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

border-color css

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

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

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