Html Css Color HEX #2C6963 Eden

📋 copy color: '#2C6963'

red 44 ◦ green 105 ◦ blue 99

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

Shades of Eden #2C6963

Tints of Eden #2C6963

RGB

 RED value IS 44 (17.58% from 255) = 17.74%

 GREEN value IS 105 (41.41% from 255) = 42.34%

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 17.74%
G = 42.34%
B = 39.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#2C6963 (or 0x2C6963) is known color: Eden. HEX triplet: 2C, 69 and 63. RGB value is (44,105,99). Sum of RGB (Red+Green+Blue) = 44+105+99=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6963 is #D3969C. Grayscale: #565656. Windows color (decimal): -13866653 or 6514988. OLE color: 6514988.

HSL color Cylindrical-coordinate representation of color #2C6963: hue angle of 174.1º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6963 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 105 99 -
CMYK 0.58 0 0.06 0.59
HSL 174.1º 0.41% 0.29% -
HSV(B) 174.1º 0.58% 0.41% -
XYZ 8.34 11.54 13.59 -
YUV 86.08 135.29 97.99 -
System Red Green Blue C M Y K H S L
Decimal 44 105 99 0.58 0 0.06 0.59 174.1 0.41 0.29
Hex 2C 69 63 3A 0 6 3B AE 29 1D
Octal 54 151 143 72 0 6 73 256 51 35
Binary 101100 1101001 1100011 111010 0 110 111011 10101110 101001 11101

Color Harmonies of #2C6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6963

Black with #2C6963

Text Example


Text Example

White with #2C6963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C6963; }

 p { color: rgb(44,105,99); }

 H1.HeaderClassName
 {
   color: #2C6963;
 }
 .AnyTagClassName
 {
   color: #2C6963;
 }
</style>

background-color css

<style>
 a { background-color: #2C6963; }

 a { background-color: rgb(44,105,99); }

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

border-color css

<style>
 span { border-color: #2C6963; }

 span { border-color: rgb(44,105,99); }

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