Html Css Color HEX #2B615E Eden

📋 copy color: '#2B615E'

red 43 ◦ green 97 ◦ blue 94

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

Shades of Eden #2B615E

Tints of Eden #2B615E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 18.38%
G = 41.45%
B = 40.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#2B615E (or 0x2B615E) is known color: Eden. HEX triplet: 2B, 61 and 5E. RGB value is (43,97,94). Sum of RGB (Red+Green+Blue) = 43+97+94=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #2B615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B615E is #D49EA1. Grayscale: #505050. Windows color (decimal): -13934242 or 6185259. OLE color: 6185259.

HSL color Cylindrical-coordinate representation of color #2B615E: hue angle of 176.67º 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 #2B615E is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 97 94 -
CMYK 0.56 0 0.03 0.62
HSL 176.67º 0.39% 0.27% -
HSV(B) 176.67º 0.56% 0.38% -
XYZ 7.29 9.87 12.11 -
YUV 80.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 43 97 94 0.56 0 0.03 0.62 176.67 0.39 0.27
Hex 2B 61 5E 38 0 3 3E B1 27 1B
Octal 53 141 136 70 0 3 76 261 47 33
Binary 101011 1100001 1011110 111000 0 11 111110 10110001 100111 11011

Color Harmonies of #2B615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B615E

Black with #2B615E

Text Example


Text Example

White with #2B615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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