Html Css Color HEX #18704A Dark Spring Green

📋 copy color: '#18704A'

red 24 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #18704A

Tints of Dark Spring Green #18704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.24%

R = 11.43%
G = 53.33%
B = 35.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#18704A (or 0x18704A) is known color: Dark Spring Green. HEX triplet: 18, 70 and 4A. RGB value is (24,112,74). Sum of RGB (Red+Green+Blue) = 24+112+74=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #18704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18704A is #E78FB5. Grayscale: #515151. Windows color (decimal): -15175606 or 4878360. OLE color: 4878360.

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

Color convert

RGB 24 112 74 -
CMYK 0.79 0 0.34 0.56
HSL 154.09º 0.65% 0.27% -
HSV(B) 154.09º 0.79% 0.44% -
XYZ 7.41 12.28 8.46 -
YUV 81.36 123.85 87.09 -
System Red Green Blue C M Y K H S L
Decimal 24 112 74 0.79 0 0.34 0.56 154.09 0.65 0.27
Hex 18 70 4A 4F 0 22 38 9A 41 1B
Octal 30 160 112 117 0 42 70 232 101 33
Binary 11000 1110000 1001010 1001111 0 100010 111000 10011010 1000001 11011

Color Harmonies of #18704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18704A

Black with #18704A

Text Example


Text Example

White with #18704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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