#1F7269

Color #1F7269 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1F7269

Tints of Elm #1F7269

Color information

#1F7269 (or 0x1F7269) is unknown color: approx Elm. HEX triplet: 1F, 72 and 69. RGB value is (31,114,105). Sum of RGB (Red+Green+Blue) = 31+114+105=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #1F7269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7269 is #E08D96. Grayscale: #585858. Windows color (decimal): -14716311 or 6910495. OLE color: 6910495.

HSL color Cylindrical-coordinate representation of color #1F7269: hue angle of 173.49º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7269 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB31114105-
CMYK0.7300.080.55
HSL173.49º57.24%28.43%-
HSV(B)173.49º72.81%44.71%-
XYZ9.1313.3515.46-
YUV88.16137.587.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 105 (41.41% from 255) = 42%
R=12.4%
G=45.6%
B=42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311141050.7300.080.55173.4957.2428.43
Hex1F7269490837ad391c
Octal37162151111010672557134
Binary11111111001011010011001001010001101111010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7269;
 }
 .AnyTagClassName
 {
   color: #1F7269;
 }
</style>
background-color css

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

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

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

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

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

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