Html Css Color HEX #128538 Dark Spring Green

📋 copy color: '#128538'

red 18 ◦ green 133 ◦ blue 56

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

Shades of Dark Spring Green #128538

Tints of Dark Spring Green #128538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

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

R = 8.7%
G = 64.25%
B = 27.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#128538 (or 0x128538) is known color: Dark Spring Green. HEX triplet: 12, 85 and 38. RGB value is (18,133,56). Sum of RGB (Red+Green+Blue) = 18+133+56=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #128538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128538 is #ED7AC7. Grayscale: #5A5A5A. Windows color (decimal): -15563464 or 3704082. OLE color: 3704082.

HSL color Cylindrical-coordinate representation of color #128538: hue angle of 139.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128538 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 56 -
CMYK 0.86 0 0.58 0.48
HSL 139.83º 0.76% 0.3% -
HSV(B) 139.83º 0.86% 0.52% -
XYZ 9.35 17.19 6.57 -
YUV 89.84 108.9 76.76 -
System Red Green Blue C M Y K H S L
Decimal 18 133 56 0.86 0 0.58 0.48 139.83 0.76 0.3
Hex 12 85 38 56 0 3A 30 8C 4C 1E
Octal 22 205 70 126 0 72 60 214 114 36
Binary 10010 10000101 111000 1010110 0 111010 110000 10001100 1001100 11110

Color Harmonies of #128538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128538

Black with #128538

Text Example


Text Example

White with #128538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128538; }

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

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

background-color css

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

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

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

border-color css

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

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

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