Html Css Color HEX #1F7C42 Dark Spring Green

📋 copy color: '#1F7C42'

red 31 ◦ green 124 ◦ blue 66

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

Shades of Dark Spring Green #1F7C42

Tints of Dark Spring Green #1F7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.11%

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 14.03%
G = 56.11%
B = 29.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#1F7C42 (or 0x1F7C42) is known color: Dark Spring Green. HEX triplet: 1F, 7C and 42. RGB value is (31,124,66). Sum of RGB (Red+Green+Blue) = 31+124+66=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C42 is #E083BD. Grayscale: #595959. Windows color (decimal): -14713790 or 4357151. OLE color: 4357151.

HSL color Cylindrical-coordinate representation of color #1F7C42: hue angle of 142.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C42 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 124 66 -
CMYK 0.75 0 0.47 0.51
HSL 142.58º 0.6% 0.3% -
HSV(B) 142.58º 0.75% 0.49% -
XYZ 8.76 15.1 7.61 -
YUV 89.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 31 124 66 0.75 0 0.47 0.51 142.58 0.6 0.3
Hex 1F 7C 42 4B 0 2F 33 8F 3C 1E
Octal 37 174 102 113 0 57 63 217 74 36
Binary 11111 1111100 1000010 1001011 0 101111 110011 10001111 111100 11110

Color Harmonies of #1F7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7C42

Black with #1F7C42

Text Example


Text Example

White with #1F7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,124,66); }

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

background-color css

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

 a { background-color: rgb(31,124,66); }

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

border-color css

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

 span { border-color: rgb(31,124,66); }

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