Html Css Color HEX #138A28 Forest Green

📋 copy color: '#138A28'

red 19 ◦ green 138 ◦ blue 40

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

Shades of Forest Green #138A28

Tints of Forest Green #138A28

RGB

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

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

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

R = 9.64%
G = 70.05%
B = 20.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#138A28 (or 0x138A28) is known color: Forest Green. HEX triplet: 13, 8A and 28. RGB value is (19,138,40). Sum of RGB (Red+Green+Blue) = 19+138+40=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #138A28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A28 is #EC75D7. Grayscale: #5B5B5B. Windows color (decimal): -15496664 or 2656787. OLE color: 2656787.

HSL color Cylindrical-coordinate representation of color #138A28: hue angle of 130.59º 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 #138A28 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 138 40 -
CMYK 0.86 0 0.71 0.46
HSL 130.59º 0.76% 0.31% -
HSV(B) 130.59º 0.86% 0.54% -
XYZ 9.74 18.47 5.06 -
YUV 91.25 99.08 76.47 -
System Red Green Blue C M Y K H S L
Decimal 19 138 40 0.86 0 0.71 0.46 130.59 0.76 0.31
Hex 13 8A 28 56 0 47 2E 83 4C 1F
Octal 23 212 50 126 0 107 56 203 114 37
Binary 10011 10001010 101000 1010110 0 1000111 101110 10000011 1001100 11111

Color Harmonies of #138A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A28

Black with #138A28

Text Example


Text Example

White with #138A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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