Html Css Color HEX #138022 Forest Green

📋 copy color: '#138022'

red 19 ◦ green 128 ◦ blue 34

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

Shades of Forest Green #138022

Tints of Forest Green #138022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 70.72%

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

R = 10.5%
G = 70.72%
B = 18.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#138022 (or 0x138022) is known color: Forest Green. HEX triplet: 13, 80 and 22. RGB value is (19,128,34). Sum of RGB (Red+Green+Blue) = 19+128+34=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #138022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138022 is #EC7FDD. Grayscale: #545454. Windows color (decimal): -15499230 or 2261011. OLE color: 2261011.

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

Color convert

RGB 19 128 34 -
CMYK 0.85 0 0.73 0.50
HSL 128.26º 0.74% 0.29% -
HSV(B) 128.26º 0.85% 0.5% -
XYZ 8.28 15.69 4.11 -
YUV 84.69 99.39 81.14 -
System Red Green Blue C M Y K H S L
Decimal 19 128 34 0.85 0 0.73 0.50 128.26 0.74 0.29
Hex 13 80 22 55 0 49 32 80 4A 1D
Octal 23 200 42 125 0 111 62 200 112 35
Binary 10011 10000000 100010 1010101 0 1001001 110010 10000000 1001010 11101

Color Harmonies of #138022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138022

Black with #138022

Text Example


Text Example

White with #138022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138022; }

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

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

background-color css

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

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

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

border-color css

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

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

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