Html Css Color HEX #148428 Forest Green

📋 copy color: '#148428'

red 20 ◦ green 132 ◦ blue 40

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

Shades of Forest Green #148428

Tints of Forest Green #148428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 68.75%

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

R = 10.42%
G = 68.75%
B = 20.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#148428 (or 0x148428) is known color: Forest Green. HEX triplet: 14, 84 and 28. RGB value is (20,132,40). Sum of RGB (Red+Green+Blue) = 20+132+40=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #148428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148428 is #EB7BD7. Grayscale: #585858. Windows color (decimal): -15432664 or 2655252. OLE color: 2655252.

HSL color Cylindrical-coordinate representation of color #148428: hue angle of 130.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148428 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 40 -
CMYK 0.85 0 0.70 0.48
HSL 130.71º 0.74% 0.3% -
HSV(B) 130.71º 0.85% 0.52% -
XYZ 8.92 16.8 4.78 -
YUV 88.02 100.89 79.48 -
System Red Green Blue C M Y K H S L
Decimal 20 132 40 0.85 0 0.70 0.48 130.71 0.74 0.3
Hex 14 84 28 55 0 46 30 83 4A 1E
Octal 24 204 50 125 0 106 60 203 112 36
Binary 10100 10000100 101000 1010101 0 1000110 110000 10000011 1001010 11110

Color Harmonies of #148428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148428

Black with #148428

Text Example


Text Example

White with #148428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148428; }

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

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

background-color css

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

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

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

border-color css

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

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

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