Html Css Color HEX #138A2F Forest Green

📋 copy color: '#138A2F'

red 19 ◦ green 138 ◦ blue 47

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

Shades of Forest Green #138A2F

Tints of Forest Green #138A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.04%

R = 9.31%
G = 67.65%
B = 23.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#138A2F (or 0x138A2F) is known color: Forest Green. HEX triplet: 13, 8A and 2F. RGB value is (19,138,47). Sum of RGB (Red+Green+Blue) = 19+138+47=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #138A2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A2F is #EC75D0. Grayscale: #5C5C5C. Windows color (decimal): -15496657 or 3115539. OLE color: 3115539.

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

Color convert

RGB 19 138 47 -
CMYK 0.86 0 0.66 0.46
HSL 134.12º 0.76% 0.31% -
HSV(B) 134.12º 0.86% 0.54% -
XYZ 9.87 18.52 5.74 -
YUV 92.05 102.58 75.9 -
System Red Green Blue C M Y K H S L
Decimal 19 138 47 0.86 0 0.66 0.46 134.12 0.76 0.31
Hex 13 8A 2F 56 0 42 2E 86 4C 1F
Octal 23 212 57 126 0 102 56 206 114 37
Binary 10011 10001010 101111 1010110 0 1000010 101110 10000110 1001100 11111

Color Harmonies of #138A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A2F

Black with #138A2F

Text Example


Text Example

White with #138A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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