Html Css Color HEX #2B5F55 Eden

📋 copy color: '#2B5F55'

red 43 ◦ green 95 ◦ blue 85

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

Shades of Eden #2B5F55

Tints of Eden #2B5F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 19.28%
G = 42.6%
B = 38.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.63

RGB Variations

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

Color information

#2B5F55 (or 0x2B5F55) is known color: Eden. HEX triplet: 2B, 5F and 55. RGB value is (43,95,85). Sum of RGB (Red+Green+Blue) = 43+95+85=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F55 is #D4A0AA. Grayscale: #4E4E4E. Windows color (decimal): -13934763 or 5594923. OLE color: 5594923.

HSL color Cylindrical-coordinate representation of color #2B5F55: hue angle of 168.46º 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 #2B5F55 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 95 85 -
CMYK 0.55 0 0.11 0.63
HSL 168.46º 0.38% 0.27% -
HSV(B) 168.46º 0.55% 0.37% -
XYZ 6.73 9.35 10.05 -
YUV 78.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 43 95 85 0.55 0 0.11 0.63 168.46 0.38 0.27
Hex 2B 5F 55 37 0 B 3F A8 26 1B
Octal 53 137 125 67 0 13 77 250 46 33
Binary 101011 1011111 1010101 110111 0 1011 111111 10101000 100110 11011

Color Harmonies of #2B5F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F55

Black with #2B5F55

Text Example


Text Example

White with #2B5F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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