Html Css Color HEX #2B5F57 Eden

📋 copy color: '#2B5F57'

red 43 ◦ green 95 ◦ blue 87

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

Shades of Eden #2B5F57

Tints of Eden #2B5F57

RGB

 RED value IS 43 (17.19% from 255) = 19.11%

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

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 19.11%
G = 42.22%
B = 38.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#2B5F57 (or 0x2B5F57) is known color: Eden. HEX triplet: 2B, 5F and 57. RGB value is (43,95,87). Sum of RGB (Red+Green+Blue) = 43+95+87=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F57 is #D4A0A8. Grayscale: #4E4E4E. Windows color (decimal): -13934761 or 5725995. OLE color: 5725995.

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

Color convert

RGB 43 95 87 -
CMYK 0.55 0 0.08 0.63
HSL 170.77º 0.38% 0.27% -
HSV(B) 170.77º 0.55% 0.37% -
XYZ 6.81 9.39 10.47 -
YUV 78.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 43 95 87 0.55 0 0.08 0.63 170.77 0.38 0.27
Hex 2B 5F 57 37 0 8 3F AB 26 1B
Octal 53 137 127 67 0 10 77 253 46 33
Binary 101011 1011111 1010111 110111 0 1000 111111 10101011 100110 11011

Color Harmonies of #2B5F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F57

Black with #2B5F57

Text Example


Text Example

White with #2B5F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,95,87); }

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

background-color css

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

 a { background-color: rgb(43,95,87); }

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

border-color css

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

 span { border-color: rgb(43,95,87); }

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