Html Css Color HEX #138A24 Forest Green

📋 copy color: '#138A24'

red 19 ◦ green 138 ◦ blue 36

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

Shades of Forest Green #138A24

Tints of Forest Green #138A24

RGB

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

 GREEN value IS 138 (54.3% from 255) = 71.5%

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 9.84%
G = 71.5%
B = 18.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#138A24 (or 0x138A24) is known color: Forest Green. HEX triplet: 13, 8A and 24. RGB value is (19,138,36). Sum of RGB (Red+Green+Blue) = 19+138+36=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 138 (54.30% from 255 or 71.50% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 138 - color contains mainly: green. Hex color #138A24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A24 is #EC75DB. Grayscale: #5B5B5B. Windows color (decimal): -15496668 or 2394643. OLE color: 2394643.

HSL color Cylindrical-coordinate representation of color #138A24: hue angle of 128.57º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A24 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 138 36 -
CMYK 0.86 0 0.74 0.46
HSL 128.57º 0.76% 0.31% -
HSV(B) 128.57º 0.86% 0.54% -
XYZ 9.68 18.44 4.72 -
YUV 90.79 97.08 76.79 -
System Red Green Blue C M Y K H S L
Decimal 19 138 36 0.86 0 0.74 0.46 128.57 0.76 0.31
Hex 13 8A 24 56 0 4A 2E 81 4C 1F
Octal 23 212 44 126 0 112 56 201 114 37
Binary 10011 10001010 100100 1010110 0 1001010 101110 10000001 1001100 11111

Color Harmonies of #138A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A24

Black with #138A24

Text Example


Text Example

White with #138A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,36); }

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

background-color css

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

 a { background-color: rgb(19,138,36); }

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

border-color css

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

 span { border-color: rgb(19,138,36); }

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