Html Css Color HEX #149033 Forest Green

📋 copy color: '#149033'

red 20 ◦ green 144 ◦ blue 51

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

Shades of Forest Green #149033

Tints of Forest Green #149033

RGB

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

 GREEN value IS 144 (56.64% from 255) = 66.98%

 BLUE value IS 51 (20.31% from 255) = 23.72%

R = 9.3%
G = 66.98%
B = 23.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#149033 (or 0x149033) is known color: Forest Green. HEX triplet: 14, 90 and 33. RGB value is (20,144,51). Sum of RGB (Red+Green+Blue) = 20+144+51=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #149033 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149033 is #EB6FCC. Grayscale: #606060. Windows color (decimal): -15429581 or 3379220. OLE color: 3379220.

HSL color Cylindrical-coordinate representation of color #149033: hue angle of 135º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149033 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 51 -
CMYK 0.86 0 0.65 0.44
HSL 135º 0.76% 0.32% -
HSV(B) 135º 0.86% 0.56% -
XYZ 10.86 20.33 6.48 -
YUV 96.32 102.42 73.56 -
System Red Green Blue C M Y K H S L
Decimal 20 144 51 0.86 0 0.65 0.44 135 0.76 0.32
Hex 14 90 33 56 0 41 2C 87 4C 20
Octal 24 220 63 126 0 101 54 207 114 40
Binary 10100 10010000 110011 1010110 0 1000001 101100 10000111 1001100 100000

Color Harmonies of #149033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149033

Black with #149033

Text Example


Text Example

White with #149033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149033; }

 p { color: rgb(20,144,51); }

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

background-color css

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

 a { background-color: rgb(20,144,51); }

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

border-color css

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

 span { border-color: rgb(20,144,51); }

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