Html Css Color HEX #149935 Forest Green

📋 copy color: '#149935'

red 20 ◦ green 153 ◦ blue 53

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

Shades of Forest Green #149935

Tints of Forest Green #149935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 67.7%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 8.85%
G = 67.7%
B = 23.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#149935 (or 0x149935) is known color: Forest Green. HEX triplet: 14, 99 and 35. RGB value is (20,153,53). Sum of RGB (Red+Green+Blue) = 20+153+53=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 153 (60.16% from 255 or 67.70% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 153 - color contains mainly: green. Hex color #149935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149935 is #EB66CA. Grayscale: #666666. Windows color (decimal): -15427275 or 3512596. OLE color: 3512596.

HSL color Cylindrical-coordinate representation of color #149935: hue angle of 134.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149935 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 53 -
CMYK 0.87 0 0.65 0.4
HSL 134.89º 0.77% 0.34% -
HSV(B) 134.89º 0.87% 0.6% -
XYZ 12.32 23.19 7.19 -
YUV 101.83 100.44 69.63 -
System Red Green Blue C M Y K H S L
Decimal 20 153 53 0.87 0 0.65 0.4 134.89 0.77 0.34
Hex 14 99 35 57 0 41 28 87 4D 22
Octal 24 231 65 127 0 101 50 207 115 42
Binary 10100 10011001 110101 1010111 0 1000001 101000 10000111 1001101 100010

Color Harmonies of #149935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149935

Black with #149935

Text Example


Text Example

White with #149935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149935; }

 p { color: rgb(20,153,53); }

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

background-color css

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

 a { background-color: rgb(20,153,53); }

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

border-color css

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

 span { border-color: rgb(20,153,53); }

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