#2B6358

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

Shades of Eden #2B6358

Tints of Eden #2B6358

Color information

#2B6358 (or 0x2B6358) is unknown color: approx Eden. HEX triplet: 2B, 63 and 58. RGB value is (43,99,88). Sum of RGB (Red+Green+Blue) = 43+99+88=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6358 is #D49CA7. Grayscale: #505050. Windows color (decimal): -13933736 or 5792555. OLE color: 5792555.

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

Color convert

RGB439988-
CMYK0.5700.110.61
HSL168.21º39.44%27.84%-
HSV(B)168.21º56.57%38.82%-
XYZ7.2210.1410.81-
YUV81131.95100.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=18.70%
G=43.04%
B=38.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399880.5700.110.61168.2139.4427.84
Hex2B6358390B3Da8271c
Octal5314313071013752504734
Binary10101111000111011000111001010111111011010100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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