Html Css Color HEX #148121 Forest Green

📋 copy color: '#148121'

red 20 ◦ green 129 ◦ blue 33

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

Shades of Forest Green #148121

Tints of Forest Green #148121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.13%

R = 10.99%
G = 70.88%
B = 18.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#148121 (or 0x148121) is known color: Forest Green. HEX triplet: 14, 81 and 21. RGB value is (20,129,33). Sum of RGB (Red+Green+Blue) = 20+129+33=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #148121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148121 is #EB7EDE. Grayscale: #555555. Windows color (decimal): -15433439 or 2195732. OLE color: 2195732.

HSL color Cylindrical-coordinate representation of color #148121: hue angle of 127.16º 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 #148121 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 33 -
CMYK 0.84 0 0.74 0.49
HSL 127.16º 0.73% 0.29% -
HSV(B) 127.16º 0.84% 0.51% -
XYZ 8.41 15.96 4.08 -
YUV 85.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 20 129 33 0.84 0 0.74 0.49 127.16 0.73 0.29
Hex 14 81 21 54 0 4A 31 7F 49 1D
Octal 24 201 41 124 0 112 61 177 111 35
Binary 10100 10000001 100001 1010100 0 1001010 110001 1111111 1001001 11101

Color Harmonies of #148121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148121

Black with #148121

Text Example


Text Example

White with #148121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148121; }

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

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

background-color css

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

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

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

border-color css

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

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

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