Html Css Color HEX #2B735B Eden

📋 copy color: '#2B735B'

red 43 ◦ green 115 ◦ blue 91

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

Shades of Eden #2B735B

Tints of Eden #2B735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 17.27%
G = 46.18%
B = 36.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#2B735B (or 0x2B735B) is known color: Eden. HEX triplet: 2B, 73 and 5B. RGB value is (43,115,91). Sum of RGB (Red+Green+Blue) = 43+115+91=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #2B735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B735B is #D48CA4. Grayscale: #5A5A5A. Windows color (decimal): -13929637 or 5993259. OLE color: 5993259.

HSL color Cylindrical-coordinate representation of color #2B735B: hue angle of 160º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B735B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 91 -
CMYK 0.63 0 0.21 0.55
HSL 160º 0.46% 0.31% -
HSV(B) 160º 0.63% 0.45% -
XYZ 9.02 13.53 12.03 -
YUV 90.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 43 115 91 0.63 0 0.21 0.55 160 0.46 0.31
Hex 2B 73 5B 3F 0 15 37 A0 2E 1F
Octal 53 163 133 77 0 25 67 240 56 37
Binary 101011 1110011 1011011 111111 0 10101 110111 10100000 101110 11111

Color Harmonies of #2B735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B735B

Black with #2B735B

Text Example


Text Example

White with #2B735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,91); }

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

background-color css

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

 a { background-color: rgb(43,115,91); }

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

border-color css

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

 span { border-color: rgb(43,115,91); }

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