Html Css Color HEX #138226 Forest Green

📋 copy color: '#138226'

red 19 ◦ green 130 ◦ blue 38

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

Shades of Forest Green #138226

Tints of Forest Green #138226

RGB

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

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

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

R = 10.16%
G = 69.52%
B = 20.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#138226 (or 0x138226) is known color: Forest Green. HEX triplet: 13, 82 and 26. RGB value is (19,130,38). Sum of RGB (Red+Green+Blue) = 19+130+38=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #138226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138226 is #EC7DD9. Grayscale: #565656. Windows color (decimal): -15498714 or 2523667. OLE color: 2523667.

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

Color convert

RGB 19 130 38 -
CMYK 0.85 0 0.71 0.49
HSL 130.27º 0.74% 0.29% -
HSV(B) 130.27º 0.85% 0.51% -
XYZ 8.6 16.24 4.52 -
YUV 86.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 19 130 38 0.85 0 0.71 0.49 130.27 0.74 0.29
Hex 13 82 26 55 0 47 31 82 4A 1D
Octal 23 202 46 125 0 107 61 202 112 35
Binary 10011 10000010 100110 1010101 0 1000111 110001 10000010 1001010 11101

Color Harmonies of #138226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138226

Black with #138226

Text Example


Text Example

White with #138226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138226; }

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

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

background-color css

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

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

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

border-color css

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

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

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