Html Css Color HEX #139130 Forest Green

📋 copy color: '#139130'

red 19 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #139130

Tints of Forest Green #139130

RGB

 RED value IS 19 (7.81% from 255) = 8.96%

 GREEN value IS 145 (57.03% from 255) = 68.4%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 8.96%
G = 68.4%
B = 22.64%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#139130 (or 0x139130) is known color: Forest Green. HEX triplet: 13, 91 and 30. RGB value is (19,145,48). Sum of RGB (Red+Green+Blue) = 19+145+48=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #139130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139130 is #EC6ECF. Grayscale: #606060. Windows color (decimal): -15494864 or 3182867. OLE color: 3182867.

HSL color Cylindrical-coordinate representation of color #139130: hue angle of 133.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139130 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 145 48 -
CMYK 0.87 0 0.67 0.43
HSL 133.81º 0.77% 0.32% -
HSV(B) 133.81º 0.87% 0.57% -
XYZ 10.93 20.6 6.2 -
YUV 96.27 100.76 72.89 -
System Red Green Blue C M Y K H S L
Decimal 19 145 48 0.87 0 0.67 0.43 133.81 0.77 0.32
Hex 13 91 30 57 0 43 2B 86 4D 20
Octal 23 221 60 127 0 103 53 206 115 40
Binary 10011 10010001 110000 1010111 0 1000011 101011 10000110 1001101 100000

Color Harmonies of #139130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139130

Black with #139130

Text Example


Text Example

White with #139130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139130; }

 p { color: rgb(19,145,48); }

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

background-color css

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

 a { background-color: rgb(19,145,48); }

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

border-color css

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

 span { border-color: rgb(19,145,48); }

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