Html Css Color HEX #1F694B Jewel

📋 copy color: '#1F694B'

red 31 ◦ green 105 ◦ blue 75

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

Shades of Jewel #1F694B

Tints of Jewel #1F694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

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

R = 14.69%
G = 49.76%
B = 35.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#1F694B (or 0x1F694B) is known color: Jewel. HEX triplet: 1F, 69 and 4B. RGB value is (31,105,75). Sum of RGB (Red+Green+Blue) = 31+105+75=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #1F694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F694B is #E096B4. Grayscale: #4F4F4F. Windows color (decimal): -14718645 or 4942111. OLE color: 4942111.

HSL color Cylindrical-coordinate representation of color #1F694B: hue angle of 155.68º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F694B is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 105 75 -
CMYK 0.70 0 0.29 0.59
HSL 155.68º 0.54% 0.27% -
HSV(B) 155.68º 0.7% 0.41% -
XYZ 6.89 10.9 8.4 -
YUV 79.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 31 105 75 0.70 0 0.29 0.59 155.68 0.54 0.27
Hex 1F 69 4B 46 0 1D 3B 9C 36 1B
Octal 37 151 113 106 0 35 73 234 66 33
Binary 11111 1101001 1001011 1000110 0 11101 111011 10011100 110110 11011

Color Harmonies of #1F694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F694B

Black with #1F694B

Text Example


Text Example

White with #1F694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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