Html Css Color HEX #1F7D42 Dark Spring Green

📋 copy color: '#1F7D42'

red 31 ◦ green 125 ◦ blue 66

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

Shades of Dark Spring Green #1F7D42

Tints of Dark Spring Green #1F7D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 56.31%

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

R = 13.96%
G = 56.31%
B = 29.73%

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

#1F7D42 (or 0x1F7D42) is known color: Dark Spring Green. HEX triplet: 1F, 7D and 42. RGB value is (31,125,66). Sum of RGB (Red+Green+Blue) = 31+125+66=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7D42 is #E082BD. Grayscale: #5A5A5A. Windows color (decimal): -14713534 or 4357407. OLE color: 4357407.

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

Color convert

RGB 31 125 66 -
CMYK 0.75 0 0.47 0.51
HSL 142.34º 0.6% 0.31% -
HSV(B) 142.34º 0.75% 0.49% -
XYZ 8.88 15.35 7.65 -
YUV 90.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 31 125 66 0.75 0 0.47 0.51 142.34 0.6 0.31
Hex 1F 7D 42 4B 0 2F 33 8E 3C 1F
Octal 37 175 102 113 0 57 63 216 74 37
Binary 11111 1111101 1000010 1001011 0 101111 110011 10001110 111100 11111

Color Harmonies of #1F7D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7D42

Black with #1F7D42

Text Example


Text Example

White with #1F7D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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