Html Css Color HEX #1F9572 Elf Green

📋 copy color: '#1F9572'

red 31 ◦ green 149 ◦ blue 114

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

Shades of Elf Green #1F9572

Tints of Elf Green #1F9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.68%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 10.54%
G = 50.68%
B = 38.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#1F9572 (or 0x1F9572) is known color: Elf Green. HEX triplet: 1F, 95 and 72. RGB value is (31,149,114). Sum of RGB (Red+Green+Blue) = 31+149+114=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9572 is #E06A8D. Grayscale: #6D6D6D. Windows color (decimal): -14707342 or 7509279. OLE color: 7509279.

HSL color Cylindrical-coordinate representation of color #1F9572: hue angle of 162.2º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9572 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 149 114 -
CMYK 0.79 0 0.23 0.42
HSL 162.2º 0.66% 0.35% -
HSV(B) 162.2º 0.79% 0.58% -
XYZ 14.35 23 19.6 -
YUV 109.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 31 149 114 0.79 0 0.23 0.42 162.2 0.66 0.35
Hex 1F 95 72 4F 0 17 2A A2 42 23
Octal 37 225 162 117 0 27 52 242 102 43
Binary 11111 10010101 1110010 1001111 0 10111 101010 10100010 1000010 100011

Color Harmonies of #1F9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9572

Black with #1F9572

Text Example


Text Example

White with #1F9572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,149,114); }

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

background-color css

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

 a { background-color: rgb(31,149,114); }

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

border-color css

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

 span { border-color: rgb(31,149,114); }

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