Html Css Color HEX #1F8040 Dark Spring Green

📋 copy color: '#1F8040'

red 31 ◦ green 128 ◦ blue 64

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

Shades of Dark Spring Green #1F8040

Tints of Dark Spring Green #1F8040

RGB

 RED value IS 31 (12.5% from 255) = 13.9%

 GREEN value IS 128 (50.39% from 255) = 57.4%

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 13.9%
G = 57.4%
B = 28.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#1F8040 (or 0x1F8040) is known color: Dark Spring Green. HEX triplet: 1F, 80 and 40. RGB value is (31,128,64). Sum of RGB (Red+Green+Blue) = 31+128+64=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8040 is #E07FBF. Grayscale: #5B5B5B. Windows color (decimal): -14712768 or 4227103. OLE color: 4227103.

HSL color Cylindrical-coordinate representation of color #1F8040: hue angle of 140.41º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8040 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 31 128 64 -
CMYK 0.76 0 0.5 0.50
HSL 140.41º 0.61% 0.31% -
HSV(B) 140.41º 0.76% 0.5% -
XYZ 9.21 16.1 7.47 -
YUV 91.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 31 128 64 0.76 0 0.5 0.50 140.41 0.61 0.31
Hex 1F 80 40 4C 0 32 32 8C 3D 1F
Octal 37 200 100 114 0 62 62 214 75 37
Binary 11111 10000000 1000000 1001100 0 110010 110010 10001100 111101 11111

Color Harmonies of #1F8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8040

Black with #1F8040

Text Example


Text Example

White with #1F8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F8040; }

 p { color: rgb(31,128,64); }

 H1.HeaderClassName
 {
   color: #1F8040;
 }
 .AnyTagClassName
 {
   color: #1F8040;
 }
</style>

background-color css

<style>
 a { background-color: #1F8040; }

 a { background-color: rgb(31,128,64); }

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

border-color css

<style>
 span { border-color: #1F8040; }

 span { border-color: rgb(31,128,64); }

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