Html Css Color HEX #28704F Dark Spring Green

📋 copy color: '#28704F'

red 40 ◦ green 112 ◦ blue 79

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

Shades of Dark Spring Green #28704F

Tints of Dark Spring Green #28704F

RGB

 RED value IS 40 (16.02% from 255) = 17.32%

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

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 17.32%
G = 48.48%
B = 34.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#28704F (or 0x28704F) is known color: Dark Spring Green. HEX triplet: 28, 70 and 4F. RGB value is (40,112,79). Sum of RGB (Red+Green+Blue) = 40+112+79=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #28704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28704F is #D78FB0. Grayscale: #565656. Windows color (decimal): -14127025 or 5206056. OLE color: 5206056.

HSL color Cylindrical-coordinate representation of color #28704F: hue angle of 152.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28704F is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 79 -
CMYK 0.64 0 0.29 0.56
HSL 152.5º 0.47% 0.3% -
HSV(B) 152.5º 0.64% 0.44% -
XYZ 8.08 12.6 9.4 -
YUV 86.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 40 112 79 0.64 0 0.29 0.56 152.5 0.47 0.3
Hex 28 70 4F 40 0 1D 38 98 2F 1E
Octal 50 160 117 100 0 35 70 230 57 36
Binary 101000 1110000 1001111 1000000 0 11101 111000 10011000 101111 11110

Color Harmonies of #28704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28704F

Black with #28704F

Text Example


Text Example

White with #28704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28704F; }

 p { color: rgb(40,112,79); }

 H1.HeaderClassName
 {
   color: #28704F;
 }
 .AnyTagClassName
 {
   color: #28704F;
 }
</style>

background-color css

<style>
 a { background-color: #28704F; }

 a { background-color: rgb(40,112,79); }

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

border-color css

<style>
 span { border-color: #28704F; }

 span { border-color: rgb(40,112,79); }

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