Html Css Color HEX #2C5F5C Eden

📋 copy color: '#2C5F5C'

red 44 ◦ green 95 ◦ blue 92

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

Shades of Eden #2C5F5C

Tints of Eden #2C5F5C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.13%

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 19.05%
G = 41.13%
B = 39.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#2C5F5C (or 0x2C5F5C) is known color: Eden. HEX triplet: 2C, 5F and 5C. RGB value is (44,95,92). Sum of RGB (Red+Green+Blue) = 44+95+92=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5F5C is #D3A0A3. Grayscale: #4F4F4F. Windows color (decimal): -13869220 or 6053676. OLE color: 6053676.

HSL color Cylindrical-coordinate representation of color #2C5F5C: hue angle of 176.47º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5F5C is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 95 92 -
CMYK 0.54 0 0.03 0.63
HSL 176.47º 0.37% 0.27% -
HSV(B) 176.47º 0.54% 0.37% -
XYZ 7.06 9.49 11.59 -
YUV 79.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 44 95 92 0.54 0 0.03 0.63 176.47 0.37 0.27
Hex 2C 5F 5C 36 0 3 3F B0 25 1B
Octal 54 137 134 66 0 3 77 260 45 33
Binary 101100 1011111 1011100 110110 0 11 111111 10110000 100101 11011

Color Harmonies of #2C5F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5F5C

Black with #2C5F5C

Text Example


Text Example

White with #2C5F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,95,92); }

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

background-color css

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

 a { background-color: rgb(44,95,92); }

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

border-color css

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

 span { border-color: rgb(44,95,92); }

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