Html Css Color HEX #148629 Forest Green

📋 copy color: '#148629'

red 20 ◦ green 134 ◦ blue 41

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

Shades of Forest Green #148629

Tints of Forest Green #148629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 68.72%

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 10.26%
G = 68.72%
B = 21.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#148629 (or 0x148629) is known color: Forest Green. HEX triplet: 14, 86 and 29. RGB value is (20,134,41). Sum of RGB (Red+Green+Blue) = 20+134+41=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #148629 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148629 is #EB79D6. Grayscale: #595959. Windows color (decimal): -15432151 or 2721300. OLE color: 2721300.

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

Color convert

RGB 20 134 41 -
CMYK 0.85 0 0.69 0.47
HSL 131.05º 0.74% 0.3% -
HSV(B) 131.05º 0.85% 0.53% -
XYZ 9.21 17.36 4.96 -
YUV 89.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 20 134 41 0.85 0 0.69 0.47 131.05 0.74 0.3
Hex 14 86 29 55 0 45 2F 83 4A 1E
Octal 24 206 51 125 0 105 57 203 112 36
Binary 10100 10000110 101001 1010101 0 1000101 101111 10000011 1001010 11110

Color Harmonies of #148629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148629

Black with #148629

Text Example


Text Example

White with #148629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148629; }

 p { color: rgb(20,134,41); }

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

background-color css

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

 a { background-color: rgb(20,134,41); }

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

border-color css

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

 span { border-color: rgb(20,134,41); }

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