Html Css Color HEX #18704B Dark Spring Green

📋 copy color: '#18704B'

red 24 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #18704B

Tints of Dark Spring Green #18704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 11.37%
G = 53.08%
B = 35.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#18704B (or 0x18704B) is known color: Dark Spring Green. HEX triplet: 18, 70 and 4B. RGB value is (24,112,75). Sum of RGB (Red+Green+Blue) = 24+112+75=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #18704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18704B is #E78FB4. Grayscale: #515151. Windows color (decimal): -15175605 or 4943896. OLE color: 4943896.

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

Color convert

RGB 24 112 75 -
CMYK 0.79 0 0.33 0.56
HSL 154.77º 0.65% 0.27% -
HSV(B) 154.77º 0.79% 0.44% -
XYZ 7.44 12.29 8.64 -
YUV 81.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 24 112 75 0.79 0 0.33 0.56 154.77 0.65 0.27
Hex 18 70 4B 4F 0 21 38 9B 41 1B
Octal 30 160 113 117 0 41 70 233 101 33
Binary 11000 1110000 1001011 1001111 0 100001 111000 10011011 1000001 11011

Color Harmonies of #18704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18704B

Black with #18704B

Text Example


Text Example

White with #18704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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