Html Css Color HEX #1F7043 Dark Spring Green

📋 copy color: '#1F7043'

red 31 ◦ green 112 ◦ blue 67

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

Shades of Dark Spring Green #1F7043

Tints of Dark Spring Green #1F7043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 14.76%
G = 53.33%
B = 31.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#1F7043 (or 0x1F7043) is known color: Dark Spring Green. HEX triplet: 1F, 70 and 43. RGB value is (31,112,67). Sum of RGB (Red+Green+Blue) = 31+112+67=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7043 is #E08FBC. Grayscale: #525252. Windows color (decimal): -14716861 or 4419615. OLE color: 4419615.

HSL color Cylindrical-coordinate representation of color #1F7043: hue angle of 146.67º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7043 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 67 -
CMYK 0.72 0 0.40 0.56
HSL 146.67º 0.57% 0.28% -
HSV(B) 146.67º 0.72% 0.44% -
XYZ 7.37 12.28 7.29 -
YUV 82.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 31 112 67 0.72 0 0.40 0.56 146.67 0.57 0.28
Hex 1F 70 43 48 0 28 38 93 39 1C
Octal 37 160 103 110 0 50 70 223 71 34
Binary 11111 1110000 1000011 1001000 0 101000 111000 10010011 111001 11100

Color Harmonies of #1F7043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7043

Black with #1F7043

Text Example


Text Example

White with #1F7043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,112,67); }

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

background-color css

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

 a { background-color: rgb(31,112,67); }

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

border-color css

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

 span { border-color: rgb(31,112,67); }

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