Html Css Color HEX #12853B Dark Spring Green

📋 copy color: '#12853B'

red 18 ◦ green 133 ◦ blue 59

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

Shades of Dark Spring Green #12853B

Tints of Dark Spring Green #12853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 8.57%
G = 63.33%
B = 28.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#12853B (or 0x12853B) is known color: Dark Spring Green. HEX triplet: 12, 85 and 3B. RGB value is (18,133,59). Sum of RGB (Red+Green+Blue) = 18+133+59=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #12853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12853B is #ED7AC4. Grayscale: #5A5A5A. Windows color (decimal): -15563461 or 3900690. OLE color: 3900690.

HSL color Cylindrical-coordinate representation of color #12853B: hue angle of 141.39º 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 #12853B is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 59 -
CMYK 0.86 0 0.56 0.48
HSL 141.39º 0.76% 0.3% -
HSV(B) 141.39º 0.86% 0.52% -
XYZ 9.43 17.22 6.96 -
YUV 90.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 18 133 59 0.86 0 0.56 0.48 141.39 0.76 0.3
Hex 12 85 3B 56 0 38 30 8D 4C 1E
Octal 22 205 73 126 0 70 60 215 114 36
Binary 10010 10000101 111011 1010110 0 111000 110000 10001101 1001100 11110

Color Harmonies of #12853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12853B

Black with #12853B

Text Example


Text Example

White with #12853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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