Html Css Color HEX #2B615D Eden

📋 copy color: '#2B615D'

red 43 ◦ green 97 ◦ blue 93

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

Shades of Eden #2B615D

Tints of Eden #2B615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 18.45%
G = 41.63%
B = 39.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#2B615D (or 0x2B615D) is known color: Eden. HEX triplet: 2B, 61 and 5D. RGB value is (43,97,93). Sum of RGB (Red+Green+Blue) = 43+97+93=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #2B615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B615D is #D49EA2. Grayscale: #505050. Windows color (decimal): -13934243 or 6119723. OLE color: 6119723.

HSL color Cylindrical-coordinate representation of color #2B615D: hue angle of 175.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B615D is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 97 93 -
CMYK 0.56 0 0.04 0.62
HSL 175.56º 0.39% 0.27% -
HSV(B) 175.56º 0.56% 0.38% -
XYZ 7.25 9.85 11.88 -
YUV 80.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 43 97 93 0.56 0 0.04 0.62 175.56 0.39 0.27
Hex 2B 61 5D 38 0 4 3E B0 27 1B
Octal 53 141 135 70 0 4 76 260 47 33
Binary 101011 1100001 1011101 111000 0 100 111110 10110000 100111 11011

Color Harmonies of #2B615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B615D

Black with #2B615D

Text Example


Text Example

White with #2B615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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