Html Css Color HEX #18704D Dark Spring Green

📋 copy color: '#18704D'

red 24 ◦ green 112 ◦ blue 77

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

Shades of Dark Spring Green #18704D

Tints of Dark Spring Green #18704D

RGB

 RED value IS 24 (9.77% from 255) = 11.27%

 GREEN value IS 112 (44.14% from 255) = 52.58%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 11.27%
G = 52.58%
B = 36.15%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#18704D (or 0x18704D) is known color: Dark Spring Green. HEX triplet: 18, 70 and 4D. RGB value is (24,112,77). Sum of RGB (Red+Green+Blue) = 24+112+77=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #18704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18704D is #E78FB2. Grayscale: #515151. Windows color (decimal): -15175603 or 5074968. OLE color: 5074968.

HSL color Cylindrical-coordinate representation of color #18704D: hue angle of 156.14º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18704D is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 77 -
CMYK 0.79 0 0.31 0.56
HSL 156.14º 0.65% 0.27% -
HSV(B) 156.14º 0.79% 0.44% -
XYZ 7.51 12.32 9 -
YUV 81.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 24 112 77 0.79 0 0.31 0.56 156.14 0.65 0.27
Hex 18 70 4D 4F 0 1F 38 9C 41 1B
Octal 30 160 115 117 0 37 70 234 101 33
Binary 11000 1110000 1001101 1001111 0 11111 111000 10011100 1000001 11011

Color Harmonies of #18704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18704D

Black with #18704D

Text Example


Text Example

White with #18704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18704D; }

 p { color: rgb(24,112,77); }

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

background-color css

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

 a { background-color: rgb(24,112,77); }

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

border-color css

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

 span { border-color: rgb(24,112,77); }

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