Html Css Color HEX #149435 Forest Green

📋 copy color: '#149435'

red 20 ◦ green 148 ◦ blue 53

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

Shades of Forest Green #149435

Tints of Forest Green #149435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.98%

R = 9.05%
G = 66.97%
B = 23.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#149435 (or 0x149435) is known color: Forest Green. HEX triplet: 14, 94 and 35. RGB value is (20,148,53). Sum of RGB (Red+Green+Blue) = 20+148+53=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #149435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149435 is #EB6BCA. Grayscale: #636363. Windows color (decimal): -15428555 or 3511316. OLE color: 3511316.

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

Color convert

RGB 20 148 53 -
CMYK 0.86 0 0.64 0.42
HSL 135.47º 0.76% 0.33% -
HSV(B) 135.47º 0.86% 0.58% -
XYZ 11.52 21.59 6.93 -
YUV 98.9 102.09 71.72 -
System Red Green Blue C M Y K H S L
Decimal 20 148 53 0.86 0 0.64 0.42 135.47 0.76 0.33
Hex 14 94 35 56 0 40 2A 87 4C 21
Octal 24 224 65 126 0 100 52 207 114 41
Binary 10100 10010100 110101 1010110 0 1000000 101010 10000111 1001100 100001

Color Harmonies of #149435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149435

Black with #149435

Text Example


Text Example

White with #149435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149435; }

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

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

background-color css

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

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

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

border-color css

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

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

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