Html Css Color HEX #138140 Dark Spring Green

📋 copy color: '#138140'

red 19 ◦ green 129 ◦ blue 64

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

Shades of Dark Spring Green #138140

Tints of Dark Spring Green #138140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.85%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 8.96%
G = 60.85%
B = 30.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#138140 (or 0x138140) is known color: Dark Spring Green. HEX triplet: 13, 81 and 40. RGB value is (19,129,64). Sum of RGB (Red+Green+Blue) = 19+129+64=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #138140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138140 is #EC7EBF. Grayscale: #585858. Windows color (decimal): -15498944 or 4227347. OLE color: 4227347.

HSL color Cylindrical-coordinate representation of color #138140: hue angle of 144.55º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138140 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 64 -
CMYK 0.85 0 0.50 0.49
HSL 144.55º 0.74% 0.29% -
HSV(B) 144.55º 0.85% 0.51% -
XYZ 9.04 16.21 7.5 -
YUV 88.7 114.06 78.29 -
System Red Green Blue C M Y K H S L
Decimal 19 129 64 0.85 0 0.50 0.49 144.55 0.74 0.29
Hex 13 81 40 55 0 32 31 91 4A 1D
Octal 23 201 100 125 0 62 61 221 112 35
Binary 10011 10000001 1000000 1010101 0 110010 110001 10010001 1001010 11101

Color Harmonies of #138140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138140

Black with #138140

Text Example


Text Example

White with #138140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138140; }

 p { color: rgb(19,129,64); }

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

background-color css

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

 a { background-color: rgb(19,129,64); }

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

border-color css

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

 span { border-color: rgb(19,129,64); }

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