Html Css Color HEX #138026 Forest Green

📋 copy color: '#138026'

red 19 ◦ green 128 ◦ blue 38

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

Shades of Forest Green #138026

Tints of Forest Green #138026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 10.27%
G = 69.19%
B = 20.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#138026 (or 0x138026) is known color: Forest Green. HEX triplet: 13, 80 and 26. RGB value is (19,128,38). Sum of RGB (Red+Green+Blue) = 19+128+38=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #138026 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138026 is #EC7FD9. Grayscale: #555555. Windows color (decimal): -15499226 or 2523155. OLE color: 2523155.

HSL color Cylindrical-coordinate representation of color #138026: hue angle of 130.46º 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 #138026 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 38 -
CMYK 0.85 0 0.70 0.50
HSL 130.46º 0.74% 0.29% -
HSV(B) 130.46º 0.85% 0.5% -
XYZ 8.34 15.72 4.43 -
YUV 85.15 101.39 80.82 -
System Red Green Blue C M Y K H S L
Decimal 19 128 38 0.85 0 0.70 0.50 130.46 0.74 0.29
Hex 13 80 26 55 0 46 32 82 4A 1D
Octal 23 200 46 125 0 106 62 202 112 35
Binary 10011 10000000 100110 1010101 0 1000110 110010 10000010 1001010 11101

Color Harmonies of #138026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138026

Black with #138026

Text Example


Text Example

White with #138026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138026; }

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

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

background-color css

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

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

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

border-color css

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

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

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