Html Css Color HEX #138730 Forest Green

📋 copy color: '#138730'

red 19 ◦ green 135 ◦ blue 48

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

Shades of Forest Green #138730

Tints of Forest Green #138730

RGB

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

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

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

R = 9.41%
G = 66.83%
B = 23.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#138730 (or 0x138730) is known color: Forest Green. HEX triplet: 13, 87 and 30. RGB value is (19,135,48). Sum of RGB (Red+Green+Blue) = 19+135+48=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #138730 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138730 is #EC78CF. Grayscale: #5A5A5A. Windows color (decimal): -15497424 or 3180307. OLE color: 3180307.

HSL color Cylindrical-coordinate representation of color #138730: hue angle of 135º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138730 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 48 -
CMYK 0.86 0 0.64 0.47
HSL 135º 0.75% 0.3% -
HSV(B) 135º 0.86% 0.53% -
XYZ 9.47 17.68 5.71 -
YUV 90.4 104.07 77.07 -
System Red Green Blue C M Y K H S L
Decimal 19 135 48 0.86 0 0.64 0.47 135 0.75 0.3
Hex 13 87 30 56 0 40 2F 87 4B 1E
Octal 23 207 60 126 0 100 57 207 113 36
Binary 10011 10000111 110000 1010110 0 1000000 101111 10000111 1001011 11110

Color Harmonies of #138730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138730

Black with #138730

Text Example


Text Example

White with #138730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138730; }

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

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

background-color css

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

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

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

border-color css

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

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

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