Html Css Color HEX #149438 Forest Green

📋 copy color: '#149438'

red 20 ◦ green 148 ◦ blue 56

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

Shades of Forest Green #149438

Tints of Forest Green #149438

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.07%

 BLUE value IS 56 (22.27% from 255) = 25%

R = 8.93%
G = 66.07%
B = 25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#149438 (or 0x149438) is known color: Forest Green. HEX triplet: 14, 94 and 38. RGB value is (20,148,56). Sum of RGB (Red+Green+Blue) = 20+148+56=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #149438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149438 is #EB6BC7. Grayscale: #636363. Windows color (decimal): -15428552 or 3707924. OLE color: 3707924.

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

Color convert

RGB 20 148 56 -
CMYK 0.86 0 0.62 0.42
HSL 136.88º 0.76% 0.33% -
HSV(B) 136.88º 0.86% 0.58% -
XYZ 11.59 21.61 7.3 -
YUV 99.24 103.59 71.48 -
System Red Green Blue C M Y K H S L
Decimal 20 148 56 0.86 0 0.62 0.42 136.88 0.76 0.33
Hex 14 94 38 56 0 3E 2A 89 4C 21
Octal 24 224 70 126 0 76 52 211 114 41
Binary 10100 10010100 111000 1010110 0 111110 101010 10001001 1001100 100001

Color Harmonies of #149438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149438

Black with #149438

Text Example


Text Example

White with #149438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149438; }

 p { color: rgb(20,148,56); }

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

background-color css

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

 a { background-color: rgb(20,148,56); }

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

border-color css

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

 span { border-color: rgb(20,148,56); }

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