Html Css Color HEX #138228 Forest Green

📋 copy color: '#138228'

red 19 ◦ green 130 ◦ blue 40

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

Shades of Forest Green #138228

Tints of Forest Green #138228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 68.78%

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

R = 10.05%
G = 68.78%
B = 21.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#138228 (or 0x138228) is known color: Forest Green. HEX triplet: 13, 82 and 28. RGB value is (19,130,40). Sum of RGB (Red+Green+Blue) = 19+130+40=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #138228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138228 is #EC7DD7. Grayscale: #565656. Windows color (decimal): -15498712 or 2654739. OLE color: 2654739.

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

Color convert

RGB 19 130 40 -
CMYK 0.85 0 0.69 0.49
HSL 131.35º 0.74% 0.29% -
HSV(B) 131.35º 0.85% 0.51% -
XYZ 8.63 16.26 4.69 -
YUV 86.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 19 130 40 0.85 0 0.69 0.49 131.35 0.74 0.29
Hex 13 82 28 55 0 45 31 83 4A 1D
Octal 23 202 50 125 0 105 61 203 112 35
Binary 10011 10000010 101000 1010101 0 1000101 110001 10000011 1001010 11101

Color Harmonies of #138228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138228

Black with #138228

Text Example


Text Example

White with #138228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138228; }

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

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

background-color css

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

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

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

border-color css

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

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

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