Html Css Color HEX #2A5F54 Eden

📋 copy color: '#2A5F54'

red 42 ◦ green 95 ◦ blue 84

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

Shades of Eden #2A5F54

Tints of Eden #2A5F54

RGB

 RED value IS 42 (16.8% from 255) = 19%

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

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 19%
G = 42.99%
B = 38.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#2A5F54 (or 0x2A5F54) is known color: Eden. HEX triplet: 2A, 5F and 54. RGB value is (42,95,84). Sum of RGB (Red+Green+Blue) = 42+95+84=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5F54 is #D5A0AB. Grayscale: #4D4D4D. Windows color (decimal): -14000300 or 5529386. OLE color: 5529386.

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

Color convert

RGB 42 95 84 -
CMYK 0.56 0 0.12 0.63
HSL 167.55º 0.39% 0.27% -
HSV(B) 167.55º 0.56% 0.37% -
XYZ 6.65 9.32 9.84 -
YUV 77.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 42 95 84 0.56 0 0.12 0.63 167.55 0.39 0.27
Hex 2A 5F 54 38 0 C 3F A8 27 1B
Octal 52 137 124 70 0 14 77 250 47 33
Binary 101010 1011111 1010100 111000 0 1100 111111 10101000 100111 11011

Color Harmonies of #2A5F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5F54

Black with #2A5F54

Text Example


Text Example

White with #2A5F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,95,84); }

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

background-color css

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

 a { background-color: rgb(42,95,84); }

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

border-color css

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

 span { border-color: rgb(42,95,84); }

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