Html Css Color HEX #148423 Forest Green

📋 copy color: '#148423'

red 20 ◦ green 132 ◦ blue 35

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

Shades of Forest Green #148423

Tints of Forest Green #148423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.59%

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

R = 10.7%
G = 70.59%
B = 18.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#148423 (or 0x148423) is known color: Forest Green. HEX triplet: 14, 84 and 23. RGB value is (20,132,35). Sum of RGB (Red+Green+Blue) = 20+132+35=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #148423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148423 is #EB7BDC. Grayscale: #575757. Windows color (decimal): -15432669 or 2327572. OLE color: 2327572.

HSL color Cylindrical-coordinate representation of color #148423: hue angle of 128.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148423 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 35 -
CMYK 0.85 0 0.73 0.48
HSL 128.04º 0.74% 0.3% -
HSV(B) 128.04º 0.85% 0.52% -
XYZ 8.84 16.77 4.36 -
YUV 87.45 98.39 79.89 -
System Red Green Blue C M Y K H S L
Decimal 20 132 35 0.85 0 0.73 0.48 128.04 0.74 0.3
Hex 14 84 23 55 0 49 30 80 4A 1E
Octal 24 204 43 125 0 111 60 200 112 36
Binary 10100 10000100 100011 1010101 0 1001001 110000 10000000 1001010 11110

Color Harmonies of #148423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148423

Black with #148423

Text Example


Text Example

White with #148423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148423; }

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

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

background-color css

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

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

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

border-color css

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

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

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