Html Css Color HEX #2B6053 Eden

📋 copy color: '#2B6053'

red 43 ◦ green 96 ◦ blue 83

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

Shades of Eden #2B6053

Tints of Eden #2B6053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.24%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 19.37%
G = 43.24%
B = 37.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#2B6053 (or 0x2B6053) is known color: Eden. HEX triplet: 2B, 60 and 53. RGB value is (43,96,83). Sum of RGB (Red+Green+Blue) = 43+96+83=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6053 is #D49FAC. Grayscale: #4E4E4E. Windows color (decimal): -13934509 or 5464107. OLE color: 5464107.

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

Color convert

RGB 43 96 83 -
CMYK 0.55 0 0.14 0.62
HSL 165.28º 0.38% 0.27% -
HSV(B) 165.28º 0.55% 0.38% -
XYZ 6.74 9.5 9.66 -
YUV 78.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 43 96 83 0.55 0 0.14 0.62 165.28 0.38 0.27
Hex 2B 60 53 37 0 E 3E A5 26 1B
Octal 53 140 123 67 0 16 76 245 46 33
Binary 101011 1100000 1010011 110111 0 1110 111110 10100101 100110 11011

Color Harmonies of #2B6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6053

Black with #2B6053

Text Example


Text Example

White with #2B6053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,83); }

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

background-color css

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

 a { background-color: rgb(43,96,83); }

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

border-color css

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

 span { border-color: rgb(43,96,83); }

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