Html Css Color HEX #128138 Dark Spring Green

📋 copy color: '#128138'

red 18 ◦ green 129 ◦ blue 56

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

Shades of Dark Spring Green #128138

Tints of Dark Spring Green #128138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 8.87%
G = 63.55%
B = 27.59%

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

#128138 (or 0x128138) is known color: Dark Spring Green. HEX triplet: 12, 81 and 38. RGB value is (18,129,56). Sum of RGB (Red+Green+Blue) = 18+129+56=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #128138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128138 is #ED7EC7. Grayscale: #575757. Windows color (decimal): -15564488 or 3703058. OLE color: 3703058.

HSL color Cylindrical-coordinate representation of color #128138: hue angle of 140.54º 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 #128138 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 56 -
CMYK 0.86 0 0.57 0.49
HSL 140.54º 0.76% 0.29% -
HSV(B) 140.54º 0.86% 0.51% -
XYZ 8.81 16.11 6.39 -
YUV 87.49 110.23 78.44 -
System Red Green Blue C M Y K H S L
Decimal 18 129 56 0.86 0 0.57 0.49 140.54 0.76 0.29
Hex 12 81 38 56 0 39 31 8D 4C 1D
Octal 22 201 70 126 0 71 61 215 114 35
Binary 10010 10000001 111000 1010110 0 111001 110001 10001101 1001100 11101

Color Harmonies of #128138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128138

Black with #128138

Text Example


Text Example

White with #128138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128138; }

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

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

background-color css

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

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

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

border-color css

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

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

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