Html Css Color HEX #1E6749 Jewel

📋 copy color: '#1E6749'

red 30 ◦ green 103 ◦ blue 73

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

Shades of Jewel #1E6749

Tints of Jewel #1E6749

RGB

 RED value IS 30 (12.11% from 255) = 14.56%

 GREEN value IS 103 (40.63% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 14.56%
G = 50%
B = 35.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#1E6749 (or 0x1E6749) is known color: Jewel. HEX triplet: 1E, 67 and 49. RGB value is (30,103,73). Sum of RGB (Red+Green+Blue) = 30+103+73=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #1E6749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6749 is #E198B6. Grayscale: #4D4D4D. Windows color (decimal): -14784695 or 4810526. OLE color: 4810526.

HSL color Cylindrical-coordinate representation of color #1E6749: hue angle of 155.34º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6749 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 30 103 73 -
CMYK 0.71 0 0.29 0.60
HSL 155.34º 0.55% 0.26% -
HSV(B) 155.34º 0.71% 0.4% -
XYZ 6.59 10.46 7.97 -
YUV 77.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 30 103 73 0.71 0 0.29 0.60 155.34 0.55 0.26
Hex 1E 67 49 47 0 1D 3C 9B 37 1A
Octal 36 147 111 107 0 35 74 233 67 32
Binary 11110 1100111 1001001 1000111 0 11101 111100 10011011 110111 11010

Color Harmonies of #1E6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6749

Black with #1E6749

Text Example


Text Example

White with #1E6749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,103,73); }

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

background-color css

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

 a { background-color: rgb(30,103,73); }

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

border-color css

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

 span { border-color: rgb(30,103,73); }

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