Html Css Color HEX #149B28 Forest Green

📋 copy color: '#149B28'

red 20 ◦ green 155 ◦ blue 40

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

Shades of Forest Green #149B28

Tints of Forest Green #149B28

RGB

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

 GREEN value IS 155 (60.94% from 255) = 72.09%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 9.3%
G = 72.09%
B = 18.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#149B28 (or 0x149B28) is known color: Forest Green. HEX triplet: 14, 9B and 28. RGB value is (20,155,40). Sum of RGB (Red+Green+Blue) = 20+155+40=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 155 (60.94% from 255 or 72.09% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 155 - color contains mainly: green. Hex color #149B28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149B28 is #EB64D7. Grayscale: #656565. Windows color (decimal): -15426776 or 2661140. OLE color: 2661140.

HSL color Cylindrical-coordinate representation of color #149B28: hue angle of 128.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149B28 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 155 40 -
CMYK 0.87 0 0.74 0.39
HSL 128.89º 0.77% 0.34% -
HSV(B) 128.89º 0.87% 0.61% -
XYZ 12.39 23.74 5.94 -
YUV 101.53 93.27 69.85 -
System Red Green Blue C M Y K H S L
Decimal 20 155 40 0.87 0 0.74 0.39 128.89 0.77 0.34
Hex 14 9B 28 57 0 4A 27 81 4D 22
Octal 24 233 50 127 0 112 47 201 115 42
Binary 10100 10011011 101000 1010111 0 1001010 100111 10000001 1001101 100010

Color Harmonies of #149B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B28

Black with #149B28

Text Example


Text Example

White with #149B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149B28; }

 p { color: rgb(20,155,40); }

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

background-color css

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

 a { background-color: rgb(20,155,40); }

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

border-color css

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

 span { border-color: rgb(20,155,40); }

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