Html Css Color HEX #138930 Forest Green

📋 copy color: '#138930'

red 19 ◦ green 137 ◦ blue 48

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

Shades of Forest Green #138930

Tints of Forest Green #138930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 67.16%

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

R = 9.31%
G = 67.16%
B = 23.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#138930 (or 0x138930) is known color: Forest Green. HEX triplet: 13, 89 and 30. RGB value is (19,137,48). Sum of RGB (Red+Green+Blue) = 19+137+48=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 137 (53.91% from 255 or 67.16% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 137 - color contains mainly: green. Hex color #138930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138930 is #EC76CF. Grayscale: #5B5B5B. Windows color (decimal): -15496912 or 3180819. OLE color: 3180819.

HSL color Cylindrical-coordinate representation of color #138930: hue angle of 134.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138930 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 48 -
CMYK 0.86 0 0.65 0.46
HSL 134.75º 0.76% 0.31% -
HSV(B) 134.75º 0.86% 0.54% -
XYZ 9.75 18.24 5.8 -
YUV 91.57 103.41 76.24 -
System Red Green Blue C M Y K H S L
Decimal 19 137 48 0.86 0 0.65 0.46 134.75 0.76 0.31
Hex 13 89 30 56 0 41 2E 87 4C 1F
Octal 23 211 60 126 0 101 56 207 114 37
Binary 10011 10001001 110000 1010110 0 1000001 101110 10000111 1001100 11111

Color Harmonies of #138930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138930

Black with #138930

Text Example


Text Example

White with #138930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138930; }

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

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

background-color css

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

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

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

border-color css

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

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

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