Html Css Color HEX #148024 Forest Green

📋 copy color: '#148024'

red 20 ◦ green 128 ◦ blue 36

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

Shades of Forest Green #148024

Tints of Forest Green #148024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.57%

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 10.87%
G = 69.57%
B = 19.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#148024 (or 0x148024) is known color: Forest Green. HEX triplet: 14, 80 and 24. RGB value is (20,128,36). Sum of RGB (Red+Green+Blue) = 20+128+36=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 128 (50.39% from 255 or 69.57% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 128 - color contains mainly: green. Hex color #148024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148024 is #EB7FDB. Grayscale: #555555. Windows color (decimal): -15433692 or 2392084. OLE color: 2392084.

HSL color Cylindrical-coordinate representation of color #148024: hue angle of 128.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148024 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 36 -
CMYK 0.84 0 0.72 0.50
HSL 128.89º 0.73% 0.29% -
HSV(B) 128.89º 0.84% 0.5% -
XYZ 8.33 15.71 4.26 -
YUV 85.22 100.22 81.48 -
System Red Green Blue C M Y K H S L
Decimal 20 128 36 0.84 0 0.72 0.50 128.89 0.73 0.29
Hex 14 80 24 54 0 48 32 81 49 1D
Octal 24 200 44 124 0 110 62 201 111 35
Binary 10100 10000000 100100 1010100 0 1001000 110010 10000001 1001001 11101

Color Harmonies of #148024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148024

Black with #148024

Text Example


Text Example

White with #148024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148024; }

 p { color: rgb(20,128,36); }

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

background-color css

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

 a { background-color: rgb(20,128,36); }

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

border-color css

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

 span { border-color: rgb(20,128,36); }

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