Html Css Color HEX #12753F Dark Spring Green

📋 copy color: '#12753F'

red 18 ◦ green 117 ◦ blue 63

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

Shades of Dark Spring Green #12753F

Tints of Dark Spring Green #12753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.09%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 9.09%
G = 59.09%
B = 31.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#12753F (or 0x12753F) is known color: Dark Spring Green. HEX triplet: 12, 75 and 3F. RGB value is (18,117,63). Sum of RGB (Red+Green+Blue) = 18+117+63=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #12753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12753F is #ED8AC0. Grayscale: #515151. Windows color (decimal): -15567553 or 4158738. OLE color: 4158738.

HSL color Cylindrical-coordinate representation of color #12753F: hue angle of 147.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12753F is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 63 -
CMYK 0.85 0 0.46 0.54
HSL 147.27º 0.73% 0.26% -
HSV(B) 147.27º 0.85% 0.46% -
XYZ 7.51 13.21 6.86 -
YUV 81.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 18 117 63 0.85 0 0.46 0.54 147.27 0.73 0.26
Hex 12 75 3F 55 0 2E 36 93 49 1A
Octal 22 165 77 125 0 56 66 223 111 32
Binary 10010 1110101 111111 1010101 0 101110 110110 10010011 1001001 11010

Color Harmonies of #12753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12753F

Black with #12753F

Text Example


Text Example

White with #12753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12753F; }

 p { color: rgb(18,117,63); }

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

background-color css

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

 a { background-color: rgb(18,117,63); }

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

border-color css

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

 span { border-color: rgb(18,117,63); }

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