Html Css Color HEX #138A2B Forest Green

📋 copy color: '#138A2B'

red 19 ◦ green 138 ◦ blue 43

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

Shades of Forest Green #138A2B

Tints of Forest Green #138A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 9.5%
G = 69%
B = 21.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#138A2B (or 0x138A2B) is known color: Forest Green. HEX triplet: 13, 8A and 2B. RGB value is (19,138,43). Sum of RGB (Red+Green+Blue) = 19+138+43=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #138A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A2B is #EC75D4. Grayscale: #5B5B5B. Windows color (decimal): -15496661 or 2853395. OLE color: 2853395.

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

Color convert

RGB 19 138 43 -
CMYK 0.86 0 0.69 0.46
HSL 132.1º 0.76% 0.31% -
HSV(B) 132.1º 0.86% 0.54% -
XYZ 9.79 18.49 5.34 -
YUV 91.59 100.58 76.22 -
System Red Green Blue C M Y K H S L
Decimal 19 138 43 0.86 0 0.69 0.46 132.1 0.76 0.31
Hex 13 8A 2B 56 0 45 2E 84 4C 1F
Octal 23 212 53 126 0 105 56 204 114 37
Binary 10011 10001010 101011 1010110 0 1000101 101110 10000100 1001100 11111

Color Harmonies of #138A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A2B

Black with #138A2B

Text Example


Text Example

White with #138A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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