Html Css Color HEX #139030 Forest Green

📋 copy color: '#139030'

red 19 ◦ green 144 ◦ blue 48

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

Shades of Forest Green #139030

Tints of Forest Green #139030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 68.25%

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

R = 9%
G = 68.25%
B = 22.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#139030 (or 0x139030) is known color: Forest Green. HEX triplet: 13, 90 and 30. RGB value is (19,144,48). Sum of RGB (Red+Green+Blue) = 19+144+48=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #139030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139030 is #EC6FCF. Grayscale: #5F5F5F. Windows color (decimal): -15495120 or 3182611. OLE color: 3182611.

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

Color convert

RGB 19 144 48 -
CMYK 0.87 0 0.67 0.44
HSL 133.92º 0.77% 0.32% -
HSV(B) 133.92º 0.87% 0.56% -
XYZ 10.78 20.3 6.15 -
YUV 95.68 101.09 73.31 -
System Red Green Blue C M Y K H S L
Decimal 19 144 48 0.87 0 0.67 0.44 133.92 0.77 0.32
Hex 13 90 30 57 0 43 2C 86 4D 20
Octal 23 220 60 127 0 103 54 206 115 40
Binary 10011 10010000 110000 1010111 0 1000011 101100 10000110 1001101 100000

Color Harmonies of #139030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139030

Black with #139030

Text Example


Text Example

White with #139030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139030; }

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

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

background-color css

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

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

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

border-color css

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

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

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