Html Css Color HEX #18703C Dark Spring Green

📋 copy color: '#18703C'

red 24 ◦ green 112 ◦ blue 60

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

Shades of Dark Spring Green #18703C

Tints of Dark Spring Green #18703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 12.24%
G = 57.14%
B = 30.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#18703C (or 0x18703C) is known color: Dark Spring Green. HEX triplet: 18, 70 and 3C. RGB value is (24,112,60). Sum of RGB (Red+Green+Blue) = 24+112+60=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #18703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18703C is #E78FC3. Grayscale: #4F4F4F. Windows color (decimal): -15175620 or 3960856. OLE color: 3960856.

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

Color convert

RGB 24 112 60 -
CMYK 0.79 0 0.46 0.56
HSL 144.55º 0.65% 0.27% -
HSV(B) 144.55º 0.79% 0.44% -
XYZ 6.99 12.11 6.24 -
YUV 79.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 24 112 60 0.79 0 0.46 0.56 144.55 0.65 0.27
Hex 18 70 3C 4F 0 2E 38 91 41 1B
Octal 30 160 74 117 0 56 70 221 101 33
Binary 11000 1110000 111100 1001111 0 101110 111000 10010001 1000001 11011

Color Harmonies of #18703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18703C

Black with #18703C

Text Example


Text Example

White with #18703C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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