#2B635D

Color #2B635D Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2B635D

Tints of Eden #2B635D

Color information

#2B635D (or 0x2B635D) is unknown color: approx Eden. HEX triplet: 2B, 63 and 5D. RGB value is (43,99,93). Sum of RGB (Red+Green+Blue) = 43+99+93=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #2B635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B635D is #D49CA2. Grayscale: #515151. Windows color (decimal): -13933731 or 6120235. OLE color: 6120235.

HSL color Cylindrical-coordinate representation of color #2B635D: hue angle of 173.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B635D is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB439993-
CMYK0.5700.060.61
HSL173.57º39.44%27.84%-
HSV(B)173.57º56.57%38.82%-
XYZ7.4310.2311.94-
YUV81.57134.45100.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=18.30%
G=42.13%
B=39.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399930.5700.060.61173.5739.4427.84
Hex2B635D39063Dae271c
Octal531431357106752564734
Binary1010111100011101110111100101101111011010111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,99,93); }

 H1.HeaderClassName
 {
   color: #2B635D;
 }
 .AnyTagClassName
 {
   color: #2B635D;
 }
</style>
background-color css

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

 a { background-color: rgb(43,99,93); }

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

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

 span { border-color: rgb(43,99,93); }

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