Html Css Color HEX #1B6846 Jewel

📋 copy color: '#1B6846'

red 27 ◦ green 104 ◦ blue 70

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

Shades of Jewel #1B6846

Tints of Jewel #1B6846

RGB

 RED value IS 27 (10.94% from 255) = 13.43%

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 13.43%
G = 51.74%
B = 34.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#1B6846 (or 0x1B6846) is known color: Jewel. HEX triplet: 1B, 68 and 46. RGB value is (27,104,70). Sum of RGB (Red+Green+Blue) = 27+104+70=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #1B6846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6846 is #E497B9. Grayscale: #4D4D4D. Windows color (decimal): -14981050 or 4614171. OLE color: 4614171.

HSL color Cylindrical-coordinate representation of color #1B6846: hue angle of 153.51º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6846 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 27 104 70 -
CMYK 0.74 0 0.33 0.59
HSL 153.51º 0.59% 0.26% -
HSV(B) 153.51º 0.74% 0.41% -
XYZ 6.51 10.58 7.49 -
YUV 77.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 27 104 70 0.74 0 0.33 0.59 153.51 0.59 0.26
Hex 1B 68 46 4A 0 21 3B 9A 3B 1A
Octal 33 150 106 112 0 41 73 232 73 32
Binary 11011 1101000 1000110 1001010 0 100001 111011 10011010 111011 11010

Color Harmonies of #1B6846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6846

Black with #1B6846

Text Example


Text Example

White with #1B6846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,104,70); }

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

background-color css

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

 a { background-color: rgb(27,104,70); }

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

border-color css

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

 span { border-color: rgb(27,104,70); }

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