Html Css Color HEX #149229 Forest Green

📋 copy color: '#149229'

red 20 ◦ green 146 ◦ blue 41

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

Shades of Forest Green #149229

Tints of Forest Green #149229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 70.53%

 BLUE value IS 41 (16.41% from 255) = 19.81%

R = 9.66%
G = 70.53%
B = 19.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#149229 (or 0x149229) is known color: Forest Green. HEX triplet: 14, 92 and 29. RGB value is (20,146,41). Sum of RGB (Red+Green+Blue) = 20+146+41=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #149229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149229 is #EB6DD6. Grayscale: #606060. Windows color (decimal): -15429079 or 2724372. OLE color: 2724372.

HSL color Cylindrical-coordinate representation of color #149229: hue angle of 130º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149229 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 41 -
CMYK 0.86 0 0.72 0.43
HSL 130º 0.76% 0.33% -
HSV(B) 130º 0.86% 0.57% -
XYZ 10.97 20.87 5.55 -
YUV 96.36 96.76 73.54 -
System Red Green Blue C M Y K H S L
Decimal 20 146 41 0.86 0 0.72 0.43 130 0.76 0.33
Hex 14 92 29 56 0 48 2B 82 4C 21
Octal 24 222 51 126 0 110 53 202 114 41
Binary 10100 10010010 101001 1010110 0 1001000 101011 10000010 1001100 100001

Color Harmonies of #149229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149229

Black with #149229

Text Example


Text Example

White with #149229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149229; }

 p { color: rgb(20,146,41); }

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

background-color css

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

 a { background-color: rgb(20,146,41); }

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

border-color css

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

 span { border-color: rgb(20,146,41); }

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