Html Css Color HEX #149226 Forest Green

📋 copy color: '#149226'

red 20 ◦ green 146 ◦ blue 38

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

Shades of Forest Green #149226

Tints of Forest Green #149226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 9.8%
G = 71.57%
B = 18.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#149226 (or 0x149226) is known color: Forest Green. HEX triplet: 14, 92 and 26. RGB value is (20,146,38). Sum of RGB (Red+Green+Blue) = 20+146+38=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #149226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149226 is #EB6DD9. Grayscale: #606060. Windows color (decimal): -15429082 or 2527764. OLE color: 2527764.

HSL color Cylindrical-coordinate representation of color #149226: hue angle of 128.57º 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 #149226 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 38 -
CMYK 0.86 0 0.74 0.43
HSL 128.57º 0.76% 0.33% -
HSV(B) 128.57º 0.86% 0.57% -
XYZ 10.92 20.85 5.28 -
YUV 96.01 95.26 73.78 -
System Red Green Blue C M Y K H S L
Decimal 20 146 38 0.86 0 0.74 0.43 128.57 0.76 0.33
Hex 14 92 26 56 0 4A 2B 81 4C 21
Octal 24 222 46 126 0 112 53 201 114 41
Binary 10100 10010010 100110 1010110 0 1001010 101011 10000001 1001100 100001

Color Harmonies of #149226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149226

Black with #149226

Text Example


Text Example

White with #149226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149226; }

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

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

background-color css

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

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

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

border-color css

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

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

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