Html Css Color HEX #296D6C Elm

📋 copy color: '#296D6C'

red 41 ◦ green 109 ◦ blue 108

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

Shades of Elm #296D6C

Tints of Elm #296D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 108 (42.58% from 255) = 41.86%

R = 15.89%
G = 42.25%
B = 41.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#296D6C (or 0x296D6C) is known color: Elm. HEX triplet: 29, 6D and 6C. RGB value is (41,109,108). Sum of RGB (Red+Green+Blue) = 41+109+108=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #296D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D6C is #D69293. Grayscale: #585858. Windows color (decimal): -14062228 or 7105833. OLE color: 7105833.

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

Color convert

RGB 41 109 108 -
CMYK 0.62 0 0.01 0.57
HSL 179.12º 0.45% 0.29% -
HSV(B) 179.12º 0.62% 0.43% -
XYZ 9.09 12.49 16.12 -
YUV 88.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 41 109 108 0.62 0 0.01 0.57 179.12 0.45 0.29
Hex 29 6D 6C 3E 0 1 39 B3 2D 1D
Octal 51 155 154 76 0 1 71 263 55 35
Binary 101001 1101101 1101100 111110 0 1 111001 10110011 101101 11101

Color Harmonies of #296D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D6C

Black with #296D6C

Text Example


Text Example

White with #296D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,108); }

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

background-color css

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

 a { background-color: rgb(41,109,108); }

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

border-color css

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

 span { border-color: rgb(41,109,108); }

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