Html Css Color HEX #2B695B Eden

📋 copy color: '#2B695B'

red 43 ◦ green 105 ◦ blue 91

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

Shades of Eden #2B695B

Tints of Eden #2B695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

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

R = 17.99%
G = 43.93%
B = 38.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#2B695B (or 0x2B695B) is known color: Eden. HEX triplet: 2B, 69 and 5B. RGB value is (43,105,91). Sum of RGB (Red+Green+Blue) = 43+105+91=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #2B695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B695B is #D496A4. Grayscale: #545454. Windows color (decimal): -13932197 or 5990699. OLE color: 5990699.

HSL color Cylindrical-coordinate representation of color #2B695B: hue angle of 166.45º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B695B is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 105 91 -
CMYK 0.59 0 0.13 0.59
HSL 166.45º 0.42% 0.29% -
HSV(B) 166.45º 0.59% 0.41% -
XYZ 7.94 11.37 11.67 -
YUV 84.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 43 105 91 0.59 0 0.13 0.59 166.45 0.42 0.29
Hex 2B 69 5B 3B 0 D 3B A6 2A 1D
Octal 53 151 133 73 0 15 73 246 52 35
Binary 101011 1101001 1011011 111011 0 1101 111011 10100110 101010 11101

Color Harmonies of #2B695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B695B

Black with #2B695B

Text Example


Text Example

White with #2B695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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