Html Css Color HEX #148831 Forest Green

📋 copy color: '#148831'

red 20 ◦ green 136 ◦ blue 49

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

Shades of Forest Green #148831

Tints of Forest Green #148831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.34%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 9.76%
G = 66.34%
B = 23.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#148831 (or 0x148831) is known color: Forest Green. HEX triplet: 14, 88 and 31. RGB value is (20,136,49). Sum of RGB (Red+Green+Blue) = 20+136+49=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #148831 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148831 is #EB77CE. Grayscale: #5B5B5B. Windows color (decimal): -15431631 or 3246100. OLE color: 3246100.

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

Color convert

RGB 20 136 49 -
CMYK 0.85 0 0.64 0.47
HSL 135º 0.74% 0.31% -
HSV(B) 135º 0.85% 0.53% -
XYZ 9.65 17.98 5.87 -
YUV 91.4 104.07 77.07 -
System Red Green Blue C M Y K H S L
Decimal 20 136 49 0.85 0 0.64 0.47 135 0.74 0.31
Hex 14 88 31 55 0 40 2F 87 4A 1F
Octal 24 210 61 125 0 100 57 207 112 37
Binary 10100 10001000 110001 1010101 0 1000000 101111 10000111 1001010 11111

Color Harmonies of #148831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148831

Black with #148831

Text Example


Text Example

White with #148831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148831; }

 p { color: rgb(20,136,49); }

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

background-color css

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

 a { background-color: rgb(20,136,49); }

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

border-color css

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

 span { border-color: rgb(20,136,49); }

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