Html Css Color HEX #138510 Forest Green

📋 copy color: '#138510'

red 19 ◦ green 133 ◦ blue 16

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

Shades of Forest Green #138510

Tints of Forest Green #138510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 79.17%

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 11.31%
G = 79.17%
B = 9.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#138510 (or 0x138510) is known color: Forest Green. HEX triplet: 13, 85 and 10. RGB value is (19,133,16). Sum of RGB (Red+Green+Blue) = 19+133+16=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #138510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138510 is #EC7AEF. Grayscale: #555555. Windows color (decimal): -15497968 or 1082643. OLE color: 1082643.

HSL color Cylindrical-coordinate representation of color #138510: hue angle of 118.46º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138510 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 16 -
CMYK 0.86 0 0.88 0.48
HSL 118.46º 0.79% 0.29% -
HSV(B) 118.46º 0.88% 0.52% -
XYZ 8.75 16.95 3.3 -
YUV 85.58 88.73 80.51 -
System Red Green Blue C M Y K H S L
Decimal 19 133 16 0.86 0 0.88 0.48 118.46 0.79 0.29
Hex 13 85 10 56 0 58 30 76 4F 1D
Octal 23 205 20 126 0 130 60 166 117 35
Binary 10011 10000101 10000 1010110 0 1011000 110000 1110110 1001111 11101

Color Harmonies of #138510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138510

Black with #138510

Text Example


Text Example

White with #138510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138510; }

 p { color: rgb(19,133,16); }

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

background-color css

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

 a { background-color: rgb(19,133,16); }

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

border-color css

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

 span { border-color: rgb(19,133,16); }

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