Html Css Color HEX #138D29 Forest Green

📋 copy color: '#138D29'

red 19 ◦ green 141 ◦ blue 41

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

Shades of Forest Green #138D29

Tints of Forest Green #138D29

RGB

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

 GREEN value IS 141 (55.47% from 255) = 70.15%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 9.45%
G = 70.15%
B = 20.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#138D29 (or 0x138D29) is known color: Forest Green. HEX triplet: 13, 8D and 29. RGB value is (19,141,41). Sum of RGB (Red+Green+Blue) = 19+141+41=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 141 (55.47% from 255 or 70.15% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 141 - color contains mainly: green. Hex color #138D29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D29 is #EC72D6. Grayscale: #5D5D5D. Windows color (decimal): -15495895 or 2723091. OLE color: 2723091.

HSL color Cylindrical-coordinate representation of color #138D29: hue angle of 130.82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D29 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 41 -
CMYK 0.87 0 0.71 0.45
HSL 130.82º 0.76% 0.31% -
HSV(B) 130.82º 0.87% 0.55% -
XYZ 10.19 19.35 5.3 -
YUV 93.12 98.58 75.13 -
System Red Green Blue C M Y K H S L
Decimal 19 141 41 0.87 0 0.71 0.45 130.82 0.76 0.31
Hex 13 8D 29 57 0 47 2D 83 4C 1F
Octal 23 215 51 127 0 107 55 203 114 37
Binary 10011 10001101 101001 1010111 0 1000111 101101 10000011 1001100 11111

Color Harmonies of #138D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D29

Black with #138D29

Text Example


Text Example

White with #138D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D29; }

 p { color: rgb(19,141,41); }

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

background-color css

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

 a { background-color: rgb(19,141,41); }

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

border-color css

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

 span { border-color: rgb(19,141,41); }

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