Html Css Color HEX #1B6B4A Jewel

📋 copy color: '#1B6B4A'

red 27 ◦ green 107 ◦ blue 74

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

Shades of Jewel #1B6B4A

Tints of Jewel #1B6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.44%

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 12.98%
G = 51.44%
B = 35.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#1B6B4A (or 0x1B6B4A) is known color: Jewel. HEX triplet: 1B, 6B and 4A. RGB value is (27,107,74). Sum of RGB (Red+Green+Blue) = 27+107+74=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6B4A is #E494B5. Grayscale: #4F4F4F. Windows color (decimal): -14980278 or 4877083. OLE color: 4877083.

HSL color Cylindrical-coordinate representation of color #1B6B4A: hue angle of 155.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B4A is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 107 74 -
CMYK 0.75 0 0.31 0.58
HSL 155.25º 0.6% 0.26% -
HSV(B) 155.25º 0.75% 0.42% -
XYZ 6.95 11.24 8.28 -
YUV 79.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 27 107 74 0.75 0 0.31 0.58 155.25 0.6 0.26
Hex 1B 6B 4A 4B 0 1F 3A 9B 3C 1A
Octal 33 153 112 113 0 37 72 233 74 32
Binary 11011 1101011 1001010 1001011 0 11111 111010 10011011 111100 11010

Color Harmonies of #1B6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6B4A

Black with #1B6B4A

Text Example


Text Example

White with #1B6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,107,74); }

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

background-color css

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

 a { background-color: rgb(27,107,74); }

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

border-color css

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

 span { border-color: rgb(27,107,74); }

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