Html Css Color HEX #118138 Dark Spring Green

📋 copy color: '#118138'

red 17 ◦ green 129 ◦ blue 56

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

Shades of Dark Spring Green #118138

Tints of Dark Spring Green #118138

RGB

 RED value IS 17 (7.03% from 255) = 8.42%

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

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

R = 8.42%
G = 63.86%
B = 27.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#118138 (or 0x118138) is known color: Dark Spring Green. HEX triplet: 11, 81 and 38. RGB value is (17,129,56). Sum of RGB (Red+Green+Blue) = 17+129+56=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #118138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118138 is #EE7EC7. Grayscale: #575757. Windows color (decimal): -15630024 or 3703057. OLE color: 3703057.

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

Color convert

RGB 17 129 56 -
CMYK 0.87 0 0.57 0.49
HSL 140.89º 0.77% 0.29% -
HSV(B) 140.89º 0.87% 0.51% -
XYZ 8.8 16.11 6.39 -
YUV 87.19 110.39 77.94 -
System Red Green Blue C M Y K H S L
Decimal 17 129 56 0.87 0 0.57 0.49 140.89 0.77 0.29
Hex 11 81 38 57 0 39 31 8D 4D 1D
Octal 21 201 70 127 0 71 61 215 115 35
Binary 10001 10000001 111000 1010111 0 111001 110001 10001101 1001101 11101

Color Harmonies of #118138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118138

Black with #118138

Text Example


Text Example

White with #118138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118138; }

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

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

background-color css

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

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

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

border-color css

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

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

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