Html Css Color HEX #128137 Dark Spring Green

📋 copy color: '#128137'

red 18 ◦ green 129 ◦ blue 55

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

Shades of Dark Spring Green #128137

Tints of Dark Spring Green #128137

RGB

 RED value IS 18 (7.42% from 255) = 8.91%

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

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 8.91%
G = 63.86%
B = 27.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#128137 (or 0x128137) is known color: Dark Spring Green. HEX triplet: 12, 81 and 37. RGB value is (18,129,55). Sum of RGB (Red+Green+Blue) = 18+129+55=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #128137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128137 is #ED7EC8. Grayscale: #575757. Windows color (decimal): -15564489 or 3637522. OLE color: 3637522.

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

Color convert

RGB 18 129 55 -
CMYK 0.86 0 0.57 0.49
HSL 140º 0.76% 0.29% -
HSV(B) 140º 0.86% 0.51% -
XYZ 8.79 16.1 6.26 -
YUV 87.38 109.73 78.52 -
System Red Green Blue C M Y K H S L
Decimal 18 129 55 0.86 0 0.57 0.49 140 0.76 0.29
Hex 12 81 37 56 0 39 31 8C 4C 1D
Octal 22 201 67 126 0 71 61 214 114 35
Binary 10010 10000001 110111 1010110 0 111001 110001 10001100 1001100 11101

Color Harmonies of #128137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128137

Black with #128137

Text Example


Text Example

White with #128137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128137; }

 p { color: rgb(18,129,55); }

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

background-color css

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

 a { background-color: rgb(18,129,55); }

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

border-color css

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

 span { border-color: rgb(18,129,55); }

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