Html Css Color HEX #138028 Forest Green

📋 copy color: '#138028'

red 19 ◦ green 128 ◦ blue 40

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

Shades of Forest Green #138028

Tints of Forest Green #138028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 10.16%
G = 68.45%
B = 21.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#138028 (or 0x138028) is known color: Forest Green. HEX triplet: 13, 80 and 28. RGB value is (19,128,40). Sum of RGB (Red+Green+Blue) = 19+128+40=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 128 (50.39% from 255 or 68.45% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 128 - color contains mainly: green. Hex color #138028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138028 is #EC7FD7. Grayscale: #555555. Windows color (decimal): -15499224 or 2654227. OLE color: 2654227.

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

Color convert

RGB 19 128 40 -
CMYK 0.85 0 0.69 0.50
HSL 131.56º 0.74% 0.29% -
HSV(B) 131.56º 0.85% 0.5% -
XYZ 8.37 15.73 4.6 -
YUV 85.38 102.39 80.66 -
System Red Green Blue C M Y K H S L
Decimal 19 128 40 0.85 0 0.69 0.50 131.56 0.74 0.29
Hex 13 80 28 55 0 45 32 84 4A 1D
Octal 23 200 50 125 0 105 62 204 112 35
Binary 10011 10000000 101000 1010101 0 1000101 110010 10000100 1001010 11101

Color Harmonies of #138028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138028

Black with #138028

Text Example


Text Example

White with #138028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138028; }

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

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

background-color css

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

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

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

border-color css

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

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

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