Html Css Color HEX #139D30 Forest Green

📋 copy color: '#139D30'

red 19 ◦ green 157 ◦ blue 48

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

Shades of Forest Green #139D30

Tints of Forest Green #139D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 70.09%

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

R = 8.48%
G = 70.09%
B = 21.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#139D30 (or 0x139D30) is known color: Forest Green. HEX triplet: 13, 9D and 30. RGB value is (19,157,48). Sum of RGB (Red+Green+Blue) = 19+157+48=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 157 (61.72% from 255 or 70.09% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 157 - color contains mainly: green. Hex color #139D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D30 is #EC62CF. Grayscale: #676767. Windows color (decimal): -15491792 or 3185939. OLE color: 3185939.

HSL color Cylindrical-coordinate representation of color #139D30: hue angle of 132.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D30 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 48 -
CMYK 0.88 0 0.69 0.38
HSL 132.61º 0.78% 0.35% -
HSV(B) 132.61º 0.88% 0.62% -
XYZ 12.86 24.47 6.84 -
YUV 103.31 96.78 67.86 -
System Red Green Blue C M Y K H S L
Decimal 19 157 48 0.88 0 0.69 0.38 132.61 0.78 0.35
Hex 13 9D 30 58 0 45 26 85 4E 23
Octal 23 235 60 130 0 105 46 205 116 43
Binary 10011 10011101 110000 1011000 0 1000101 100110 10000101 1001110 100011

Color Harmonies of #139D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D30

Black with #139D30

Text Example


Text Example

White with #139D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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