Html Css Color HEX #11853A Dark Spring Green

📋 copy color: '#11853A'

red 17 ◦ green 133 ◦ blue 58

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

Shades of Dark Spring Green #11853A

Tints of Dark Spring Green #11853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 8.17%
G = 63.94%
B = 27.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#11853A (or 0x11853A) is known color: Dark Spring Green. HEX triplet: 11, 85 and 3A. RGB value is (17,133,58). Sum of RGB (Red+Green+Blue) = 17+133+58=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #11853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11853A is #EE7AC5. Grayscale: #595959. Windows color (decimal): -15628998 or 3835153. OLE color: 3835153.

HSL color Cylindrical-coordinate representation of color #11853A: hue angle of 141.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11853A is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 58 -
CMYK 0.87 0 0.56 0.48
HSL 141.21º 0.77% 0.29% -
HSV(B) 141.21º 0.87% 0.52% -
XYZ 9.38 17.2 6.83 -
YUV 89.77 110.07 76.1 -
System Red Green Blue C M Y K H S L
Decimal 17 133 58 0.87 0 0.56 0.48 141.21 0.77 0.29
Hex 11 85 3A 57 0 38 30 8D 4D 1D
Octal 21 205 72 127 0 70 60 215 115 35
Binary 10001 10000101 111010 1010111 0 111000 110000 10001101 1001101 11101

Color Harmonies of #11853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11853A

Black with #11853A

Text Example


Text Example

White with #11853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11853A; }

 p { color: rgb(17,133,58); }

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

background-color css

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

 a { background-color: rgb(17,133,58); }

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

border-color css

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

 span { border-color: rgb(17,133,58); }

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