Html Css Color HEX #138322 Forest Green

📋 copy color: '#138322'

red 19 ◦ green 131 ◦ blue 34

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

Shades of Forest Green #138322

Tints of Forest Green #138322

RGB

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

 GREEN value IS 131 (51.56% from 255) = 71.2%

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

R = 10.33%
G = 71.2%
B = 18.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#138322 (or 0x138322) is known color: Forest Green. HEX triplet: 13, 83 and 22. RGB value is (19,131,34). Sum of RGB (Red+Green+Blue) = 19+131+34=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #138322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138322 is #EC7CDD. Grayscale: #565656. Windows color (decimal): -15498462 or 2261779. OLE color: 2261779.

HSL color Cylindrical-coordinate representation of color #138322: hue angle of 128.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138322 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 34 -
CMYK 0.85 0 0.74 0.49
HSL 128.04º 0.75% 0.29% -
HSV(B) 128.04º 0.85% 0.51% -
XYZ 8.67 16.49 4.24 -
YUV 86.45 98.39 79.89 -
System Red Green Blue C M Y K H S L
Decimal 19 131 34 0.85 0 0.74 0.49 128.04 0.75 0.29
Hex 13 83 22 55 0 4A 31 80 4B 1D
Octal 23 203 42 125 0 112 61 200 113 35
Binary 10011 10000011 100010 1010101 0 1001010 110001 10000000 1001011 11101

Color Harmonies of #138322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138322

Black with #138322

Text Example


Text Example

White with #138322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138322; }

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

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

background-color css

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

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

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

border-color css

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

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

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