Html Css Color HEX #128438 Dark Spring Green

📋 copy color: '#128438'

red 18 ◦ green 132 ◦ blue 56

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

Shades of Dark Spring Green #128438

Tints of Dark Spring Green #128438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.08%

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

R = 8.74%
G = 64.08%
B = 27.18%

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

#128438 (or 0x128438) is known color: Dark Spring Green. HEX triplet: 12, 84 and 38. RGB value is (18,132,56). Sum of RGB (Red+Green+Blue) = 18+132+56=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #128438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128438 is #ED7BC7. Grayscale: #595959. Windows color (decimal): -15563720 or 3703826. OLE color: 3703826.

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

Color convert

RGB 18 132 56 -
CMYK 0.86 0 0.58 0.48
HSL 140º 0.76% 0.29% -
HSV(B) 140º 0.86% 0.52% -
XYZ 9.21 16.92 6.52 -
YUV 89.25 109.23 77.18 -
System Red Green Blue C M Y K H S L
Decimal 18 132 56 0.86 0 0.58 0.48 140 0.76 0.29
Hex 12 84 38 56 0 3A 30 8C 4C 1D
Octal 22 204 70 126 0 72 60 214 114 35
Binary 10010 10000100 111000 1010110 0 111010 110000 10001100 1001100 11101

Color Harmonies of #128438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128438

Black with #128438

Text Example


Text Example

White with #128438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128438; }

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

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

background-color css

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

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

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

border-color css

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

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

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