Html Css Color HEX #138A2C Forest Green

📋 copy color: '#138A2C'

red 19 ◦ green 138 ◦ blue 44

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

Shades of Forest Green #138A2C

Tints of Forest Green #138A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 9.45%
G = 68.66%
B = 21.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#138A2C (or 0x138A2C) is known color: Forest Green. HEX triplet: 13, 8A and 2C. RGB value is (19,138,44). Sum of RGB (Red+Green+Blue) = 19+138+44=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 138 (54.30% from 255 or 68.66% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 138 - color contains mainly: green. Hex color #138A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A2C is #EC75D3. Grayscale: #5B5B5B. Windows color (decimal): -15496660 or 2918931. OLE color: 2918931.

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

Color convert

RGB 19 138 44 -
CMYK 0.86 0 0.68 0.46
HSL 132.61º 0.76% 0.31% -
HSV(B) 132.61º 0.86% 0.54% -
XYZ 9.81 18.5 5.44 -
YUV 91.7 101.08 76.14 -
System Red Green Blue C M Y K H S L
Decimal 19 138 44 0.86 0 0.68 0.46 132.61 0.76 0.31
Hex 13 8A 2C 56 0 44 2E 85 4C 1F
Octal 23 212 54 126 0 104 56 205 114 37
Binary 10011 10001010 101100 1010110 0 1000100 101110 10000101 1001100 11111

Color Harmonies of #138A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A2C

Black with #138A2C

Text Example


Text Example

White with #138A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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