Html Css Color HEX #138832 Forest Green

📋 copy color: '#138832'

red 19 ◦ green 136 ◦ blue 50

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

Shades of Forest Green #138832

Tints of Forest Green #138832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 66.34%

 BLUE value IS 50 (19.92% from 255) = 24.39%

R = 9.27%
G = 66.34%
B = 24.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#138832 (or 0x138832) is known color: Forest Green. HEX triplet: 13, 88 and 32. RGB value is (19,136,50). Sum of RGB (Red+Green+Blue) = 19+136+50=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #138832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138832 is #EC77CD. Grayscale: #5B5B5B. Windows color (decimal): -15497166 or 3311635. OLE color: 3311635.

HSL color Cylindrical-coordinate representation of color #138832: hue angle of 135.9º 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 #138832 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 50 -
CMYK 0.86 0 0.63 0.47
HSL 135.9º 0.75% 0.3% -
HSV(B) 135.9º 0.86% 0.53% -
XYZ 9.65 17.98 5.98 -
YUV 91.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 19 136 50 0.86 0 0.63 0.47 135.9 0.75 0.3
Hex 13 88 32 56 0 3F 2F 88 4B 1E
Octal 23 210 62 126 0 77 57 210 113 36
Binary 10011 10001000 110010 1010110 0 111111 101111 10001000 1001011 11110

Color Harmonies of #138832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138832

Black with #138832

Text Example


Text Example

White with #138832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138832; }

 p { color: rgb(19,136,50); }

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

background-color css

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

 a { background-color: rgb(19,136,50); }

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

border-color css

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

 span { border-color: rgb(19,136,50); }

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