Html Css Color HEX #148124 Forest Green

📋 copy color: '#148124'

red 20 ◦ green 129 ◦ blue 36

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

Shades of Forest Green #148124

Tints of Forest Green #148124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 69.73%

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

R = 10.81%
G = 69.73%
B = 19.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#148124 (or 0x148124) is known color: Forest Green. HEX triplet: 14, 81 and 24. RGB value is (20,129,36). Sum of RGB (Red+Green+Blue) = 20+129+36=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #148124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148124 is #EB7EDB. Grayscale: #565656. Windows color (decimal): -15433436 or 2392340. OLE color: 2392340.

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

Color convert

RGB 20 129 36 -
CMYK 0.84 0 0.72 0.49
HSL 128.81º 0.73% 0.29% -
HSV(B) 128.81º 0.84% 0.51% -
XYZ 8.46 15.98 4.31 -
YUV 85.81 99.89 81.06 -
System Red Green Blue C M Y K H S L
Decimal 20 129 36 0.84 0 0.72 0.49 128.81 0.73 0.29
Hex 14 81 24 54 0 48 31 81 49 1D
Octal 24 201 44 124 0 110 61 201 111 35
Binary 10100 10000001 100100 1010100 0 1001000 110001 10000001 1001001 11101

Color Harmonies of #148124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148124

Black with #148124

Text Example


Text Example

White with #148124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148124; }

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

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

background-color css

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

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

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

border-color css

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

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

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