#2B635F

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

Shades of Eden #2B635F

Tints of Eden #2B635F

Color information

#2B635F (or 0x2B635F) is unknown color: approx Eden. HEX triplet: 2B, 63 and 5F. RGB value is (43,99,95). Sum of RGB (Red+Green+Blue) = 43+99+95=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #2B635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B635F is #D49CA0. Grayscale: #515151. Windows color (decimal): -13933729 or 6251307. OLE color: 6251307.

HSL color Cylindrical-coordinate representation of color #2B635F: hue angle of 175.71º 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 #2B635F is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB439995-
CMYK0.5700.040.61
HSL175.71º39.44%27.84%-
HSV(B)175.71º56.57%38.82%-
XYZ7.5210.2612.41-
YUV81.8135.45100.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=18.14%
G=41.77%
B=40.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399950.5700.040.61175.7139.4427.84
Hex2B635F39043Db0271c
Octal531431377104752604734
Binary1010111100011101111111100101001111011011000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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