Html Css Color HEX #148729 Forest Green

📋 copy color: '#148729'

red 20 ◦ green 135 ◦ blue 41

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

Shades of Forest Green #148729

Tints of Forest Green #148729

RGB

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

 GREEN value IS 135 (53.13% from 255) = 68.88%

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

R = 10.2%
G = 68.88%
B = 20.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#148729 (or 0x148729) is known color: Forest Green. HEX triplet: 14, 87 and 29. RGB value is (20,135,41). Sum of RGB (Red+Green+Blue) = 20+135+41=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #148729 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148729 is #EB78D6. Grayscale: #5A5A5A. Windows color (decimal): -15431895 or 2721556. OLE color: 2721556.

HSL color Cylindrical-coordinate representation of color #148729: hue angle of 130.96º 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 #148729 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 41 -
CMYK 0.85 0 0.70 0.47
HSL 130.96º 0.74% 0.3% -
HSV(B) 130.96º 0.85% 0.53% -
XYZ 9.35 17.64 5.01 -
YUV 89.9 100.4 78.14 -
System Red Green Blue C M Y K H S L
Decimal 20 135 41 0.85 0 0.70 0.47 130.96 0.74 0.3
Hex 14 87 29 55 0 46 2F 83 4A 1E
Octal 24 207 51 125 0 106 57 203 112 36
Binary 10100 10000111 101001 1010101 0 1000110 101111 10000011 1001010 11110

Color Harmonies of #148729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148729

Black with #148729

Text Example


Text Example

White with #148729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148729; }

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

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

background-color css

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

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

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

border-color css

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

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

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