Html Css Color HEX #148728 Forest Green

📋 copy color: '#148728'

red 20 ◦ green 135 ◦ blue 40

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

Shades of Forest Green #148728

Tints of Forest Green #148728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 69.23%

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

R = 10.26%
G = 69.23%
B = 20.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#148728 (or 0x148728) is known color: Forest Green. HEX triplet: 14, 87 and 28. RGB value is (20,135,40). Sum of RGB (Red+Green+Blue) = 20+135+40=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #148728 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148728 is #EB78D7. Grayscale: #5A5A5A. Windows color (decimal): -15431896 or 2656020. OLE color: 2656020.

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

Color convert

RGB 20 135 40 -
CMYK 0.85 0 0.70 0.47
HSL 130.43º 0.74% 0.3% -
HSV(B) 130.43º 0.85% 0.53% -
XYZ 9.34 17.63 4.92 -
YUV 89.79 99.9 78.22 -
System Red Green Blue C M Y K H S L
Decimal 20 135 40 0.85 0 0.70 0.47 130.43 0.74 0.3
Hex 14 87 28 55 0 46 2F 82 4A 1E
Octal 24 207 50 125 0 106 57 202 112 36
Binary 10100 10000111 101000 1010101 0 1000110 101111 10000010 1001010 11110

Color Harmonies of #148728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148728

Black with #148728

Text Example


Text Example

White with #148728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148728; }

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

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

background-color css

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

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

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

border-color css

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

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

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