Html Css Color HEX #138522 Forest Green

📋 copy color: '#138522'

red 19 ◦ green 133 ◦ blue 34

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

Shades of Forest Green #138522

Tints of Forest Green #138522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 10.22%
G = 71.51%
B = 18.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#138522 (or 0x138522) is known color: Forest Green. HEX triplet: 13, 85 and 22. RGB value is (19,133,34). Sum of RGB (Red+Green+Blue) = 19+133+34=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #138522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138522 is #EC7ADD. Grayscale: #575757. Windows color (decimal): -15497950 or 2262291. OLE color: 2262291.

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

Color convert

RGB 19 133 34 -
CMYK 0.86 0 0.74 0.48
HSL 127.89º 0.75% 0.3% -
HSV(B) 127.89º 0.86% 0.52% -
XYZ 8.94 17.03 4.33 -
YUV 87.63 97.73 79.05 -
System Red Green Blue C M Y K H S L
Decimal 19 133 34 0.86 0 0.74 0.48 127.89 0.75 0.3
Hex 13 85 22 56 0 4A 30 80 4B 1E
Octal 23 205 42 126 0 112 60 200 113 36
Binary 10011 10000101 100010 1010110 0 1001010 110000 10000000 1001011 11110

Color Harmonies of #138522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138522

Black with #138522

Text Example


Text Example

White with #138522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138522; }

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

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

background-color css

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

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

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

border-color css

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

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

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