Html Css Color HEX #296C6A Elm

📋 copy color: '#296C6A'

red 41 ◦ green 108 ◦ blue 106

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

Shades of Elm #296C6A

Tints of Elm #296C6A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.35%

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

R = 16.08%
G = 42.35%
B = 41.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#296C6A (or 0x296C6A) is known color: Elm. HEX triplet: 29, 6C and 6A. RGB value is (41,108,106). Sum of RGB (Red+Green+Blue) = 41+108+106=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #296C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C6A is #D69395. Grayscale: #575757. Windows color (decimal): -14062486 or 6974505. OLE color: 6974505.

HSL color Cylindrical-coordinate representation of color #296C6A: hue angle of 178.21º 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 #296C6A is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 108 106 -
CMYK 0.62 0 0.02 0.58
HSL 178.21º 0.45% 0.29% -
HSV(B) 178.21º 0.62% 0.42% -
XYZ 8.88 12.24 15.53 -
YUV 87.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 41 108 106 0.62 0 0.02 0.58 178.21 0.45 0.29
Hex 29 6C 6A 3E 0 2 3A B2 2D 1D
Octal 51 154 152 76 0 2 72 262 55 35
Binary 101001 1101100 1101010 111110 0 10 111010 10110010 101101 11101

Color Harmonies of #296C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C6A

Black with #296C6A

Text Example


Text Example

White with #296C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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