Html Css Color HEX #138529 Forest Green

📋 copy color: '#138529'

red 19 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #138529

Tints of Forest Green #138529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 9.84%
G = 68.91%
B = 21.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#138529 (or 0x138529) is known color: Forest Green. HEX triplet: 13, 85 and 29. RGB value is (19,133,41). Sum of RGB (Red+Green+Blue) = 19+133+41=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 133 (52.34% from 255 or 68.91% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 133 - color contains mainly: green. Hex color #138529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138529 is #EC7AD6. Grayscale: #585858. Windows color (decimal): -15497943 or 2721043. OLE color: 2721043.

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

Color convert

RGB 19 133 41 -
CMYK 0.86 0 0.69 0.48
HSL 131.58º 0.75% 0.3% -
HSV(B) 131.58º 0.86% 0.52% -
XYZ 9.06 17.07 4.92 -
YUV 88.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 19 133 41 0.86 0 0.69 0.48 131.58 0.75 0.3
Hex 13 85 29 56 0 45 30 84 4B 1E
Octal 23 205 51 126 0 105 60 204 113 36
Binary 10011 10000101 101001 1010110 0 1000101 110000 10000100 1001011 11110

Color Harmonies of #138529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138529

Black with #138529

Text Example


Text Example

White with #138529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138529; }

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

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

background-color css

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

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

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

border-color css

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

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

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