Html Css Color HEX #1F827B Elm

📋 copy color: '#1F827B'

red 31 ◦ green 130 ◦ blue 123

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

Shades of Elm #1F827B

Tints of Elm #1F827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 10.92%
G = 45.77%
B = 43.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#1F827B (or 0x1F827B) is known color: Elm. HEX triplet: 1F, 82 and 7B. RGB value is (31,130,123). Sum of RGB (Red+Green+Blue) = 31+130+123=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #1F827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F827B is #E07D84. Grayscale: #636363. Windows color (decimal): -14712197 or 8094239. OLE color: 8094239.

HSL color Cylindrical-coordinate representation of color #1F827B: hue angle of 175.76º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F827B is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 123 -
CMYK 0.76 0 0.05 0.49
HSL 175.76º 0.61% 0.32% -
HSV(B) 175.76º 0.76% 0.51% -
XYZ 12.12 17.69 21.51 -
YUV 99.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 31 130 123 0.76 0 0.05 0.49 175.76 0.61 0.32
Hex 1F 82 7B 4C 0 5 31 B0 3D 20
Octal 37 202 173 114 0 5 61 260 75 40
Binary 11111 10000010 1111011 1001100 0 101 110001 10110000 111101 100000

Color Harmonies of #1F827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F827B

Black with #1F827B

Text Example


Text Example

White with #1F827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,123); }

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

background-color css

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

 a { background-color: rgb(31,130,123); }

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

border-color css

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

 span { border-color: rgb(31,130,123); }

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