Html Css Color HEX #149423 Forest Green

📋 copy color: '#149423'

red 20 ◦ green 148 ◦ blue 35

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

Shades of Forest Green #149423

Tints of Forest Green #149423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 9.85%
G = 72.91%
B = 17.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#149423 (or 0x149423) is known color: Forest Green. HEX triplet: 14, 94 and 23. RGB value is (20,148,35). Sum of RGB (Red+Green+Blue) = 20+148+35=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #149423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149423 is #EB6BDC. Grayscale: #616161. Windows color (decimal): -15428573 or 2331668. OLE color: 2331668.

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

Color convert

RGB 20 148 35 -
CMYK 0.86 0 0.76 0.42
HSL 127.03º 0.76% 0.33% -
HSV(B) 127.03º 0.86% 0.58% -
XYZ 11.18 21.45 5.14 -
YUV 96.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 20 148 35 0.86 0 0.76 0.42 127.03 0.76 0.33
Hex 14 94 23 56 0 4C 2A 7F 4C 21
Octal 24 224 43 126 0 114 52 177 114 41
Binary 10100 10010100 100011 1010110 0 1001100 101010 1111111 1001100 100001

Color Harmonies of #149423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149423

Black with #149423

Text Example


Text Example

White with #149423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149423; }

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

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

background-color css

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

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

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

border-color css

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

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

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