Html Css Color HEX #296B6A Elm

📋 copy color: '#296B6A'

red 41 ◦ green 107 ◦ blue 106

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

Shades of Elm #296B6A

Tints of Elm #296B6A

RGB

 RED value IS 41 (16.41% from 255) = 16.14%

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

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 16.14%
G = 42.13%
B = 41.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#296B6A (or 0x296B6A) is known color: Elm. HEX triplet: 29, 6B and 6A. RGB value is (41,107,106). Sum of RGB (Red+Green+Blue) = 41+107+106=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #296B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B6A is #D69495. Grayscale: #575757. Windows color (decimal): -14062742 or 6974249. OLE color: 6974249.

HSL color Cylindrical-coordinate representation of color #296B6A: hue angle of 179.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296B6A is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 107 106 -
CMYK 0.62 0 0.01 0.58
HSL 179.09º 0.45% 0.29% -
HSV(B) 179.09º 0.62% 0.42% -
XYZ 8.77 12.03 15.49 -
YUV 87.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 41 107 106 0.62 0 0.01 0.58 179.09 0.45 0.29
Hex 29 6B 6A 3E 0 1 3A B3 2D 1D
Octal 51 153 152 76 0 1 72 263 55 35
Binary 101001 1101011 1101010 111110 0 1 111010 10110011 101101 11101

Color Harmonies of #296B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B6A

Black with #296B6A

Text Example


Text Example

White with #296B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296B6A; }

 p { color: rgb(41,107,106); }

 H1.HeaderClassName
 {
   color: #296B6A;
 }
 .AnyTagClassName
 {
   color: #296B6A;
 }
</style>

background-color css

<style>
 a { background-color: #296B6A; }

 a { background-color: rgb(41,107,106); }

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

border-color css

<style>
 span { border-color: #296B6A; }

 span { border-color: rgb(41,107,106); }

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