Html Css Color HEX #18704C Dark Spring Green

📋 copy color: '#18704C'

red 24 ◦ green 112 ◦ blue 76

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

Shades of Dark Spring Green #18704C

Tints of Dark Spring Green #18704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 11.32%
G = 52.83%
B = 35.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#18704C (or 0x18704C) is known color: Dark Spring Green. HEX triplet: 18, 70 and 4C. RGB value is (24,112,76). Sum of RGB (Red+Green+Blue) = 24+112+76=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #18704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18704C is #E78FB3. Grayscale: #515151. Windows color (decimal): -15175604 or 5009432. OLE color: 5009432.

HSL color Cylindrical-coordinate representation of color #18704C: hue angle of 155.45º 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 #18704C is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 76 -
CMYK 0.79 0 0.32 0.56
HSL 155.45º 0.65% 0.27% -
HSV(B) 155.45º 0.79% 0.44% -
XYZ 7.48 12.3 8.82 -
YUV 81.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 24 112 76 0.79 0 0.32 0.56 155.45 0.65 0.27
Hex 18 70 4C 4F 0 20 38 9B 41 1B
Octal 30 160 114 117 0 40 70 233 101 33
Binary 11000 1110000 1001100 1001111 0 100000 111000 10011011 1000001 11011

Color Harmonies of #18704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18704C

Black with #18704C

Text Example


Text Example

White with #18704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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