Html Css Color HEX #137A27 Forest Green

📋 copy color: '#137A27'

red 19 ◦ green 122 ◦ blue 39

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

Shades of Forest Green #137A27

Tints of Forest Green #137A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.67%

R = 10.56%
G = 67.78%
B = 21.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#137A27 (or 0x137A27) is known color: Forest Green. HEX triplet: 13, 7A and 27. RGB value is (19,122,39). Sum of RGB (Red+Green+Blue) = 19+122+39=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #137A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A27 is #EC85D8. Grayscale: #515151. Windows color (decimal): -15500761 or 2587155. OLE color: 2587155.

HSL color Cylindrical-coordinate representation of color #137A27: hue angle of 131.65º 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 #137A27 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 122 39 -
CMYK 0.84 0 0.68 0.52
HSL 131.65º 0.73% 0.28% -
HSV(B) 131.65º 0.84% 0.48% -
XYZ 7.59 14.2 4.26 -
YUV 81.74 103.88 83.25 -
System Red Green Blue C M Y K H S L
Decimal 19 122 39 0.84 0 0.68 0.52 131.65 0.73 0.28
Hex 13 7A 27 54 0 44 34 84 49 1C
Octal 23 172 47 124 0 104 64 204 111 34
Binary 10011 1111010 100111 1010100 0 1000100 110100 10000100 1001001 11100

Color Harmonies of #137A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137A27

Black with #137A27

Text Example


Text Example

White with #137A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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