Html Css Color HEX #1F754B Dark Spring Green

📋 copy color: '#1F754B'

red 31 ◦ green 117 ◦ blue 75

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

Shades of Dark Spring Green #1F754B

Tints of Dark Spring Green #1F754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 13.9%
G = 52.47%
B = 33.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#1F754B (or 0x1F754B) is known color: Dark Spring Green. HEX triplet: 1F, 75 and 4B. RGB value is (31,117,75). Sum of RGB (Red+Green+Blue) = 31+117+75=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #1F754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F754B is #E08AB4. Grayscale: #565656. Windows color (decimal): -14715573 or 4945183. OLE color: 4945183.

HSL color Cylindrical-coordinate representation of color #1F754B: hue angle of 150.7º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F754B is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 75 -
CMYK 0.74 0 0.36 0.54
HSL 150.7º 0.58% 0.29% -
HSV(B) 150.7º 0.74% 0.46% -
XYZ 8.2 13.52 8.83 -
YUV 86.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 31 117 75 0.74 0 0.36 0.54 150.7 0.58 0.29
Hex 1F 75 4B 4A 0 24 36 97 3A 1D
Octal 37 165 113 112 0 44 66 227 72 35
Binary 11111 1110101 1001011 1001010 0 100100 110110 10010111 111010 11101

Color Harmonies of #1F754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F754B

Black with #1F754B

Text Example


Text Example

White with #1F754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,117,75); }

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

background-color css

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

 a { background-color: rgb(31,117,75); }

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

border-color css

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

 span { border-color: rgb(31,117,75); }

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