Html Css Color HEX #137A1B Forest Green

📋 copy color: '#137A1B'

red 19 ◦ green 122 ◦ blue 27

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

Shades of Forest Green #137A1B

Tints of Forest Green #137A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 72.62%

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 11.31%
G = 72.62%
B = 16.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#137A1B (or 0x137A1B) is known color: Forest Green. HEX triplet: 13, 7A and 1B. RGB value is (19,122,27). Sum of RGB (Red+Green+Blue) = 19+122+27=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 122 (48.05% from 255 or 72.62% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 122 - color contains mainly: green. Hex color #137A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A1B is #EC85E4. Grayscale: #505050. Windows color (decimal): -15500773 or 1800723. OLE color: 1800723.

HSL color Cylindrical-coordinate representation of color #137A1B: hue angle of 124.66º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A1B is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 27 -
CMYK 0.84 0 0.78 0.52
HSL 124.66º 0.73% 0.28% -
HSV(B) 124.66º 0.84% 0.48% -
XYZ 7.43 14.14 3.37 -
YUV 80.37 97.88 84.22 -
System Red Green Blue C M Y K H S L
Decimal 19 122 27 0.84 0 0.78 0.52 124.66 0.73 0.28
Hex 13 7A 1B 54 0 4E 34 7D 49 1C
Octal 23 172 33 124 0 116 64 175 111 34
Binary 10011 1111010 11011 1010100 0 1001110 110100 1111101 1001001 11100

Color Harmonies of #137A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A1B

Black with #137A1B

Text Example


Text Example

White with #137A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137A1B; }

 p { color: rgb(19,122,27); }

 H1.HeaderClassName
 {
   color: #137A1B;
 }
 .AnyTagClassName
 {
   color: #137A1B;
 }
</style>

background-color css

<style>
 a { background-color: #137A1B; }

 a { background-color: rgb(19,122,27); }

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

border-color css

<style>
 span { border-color: #137A1B; }

 span { border-color: rgb(19,122,27); }

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