Html Css Color HEX #2B665A Eden

📋 copy color: '#2B665A'

red 43 ◦ green 102 ◦ blue 90

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

Shades of Eden #2B665A

Tints of Eden #2B665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 18.3%
G = 43.4%
B = 38.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#2B665A (or 0x2B665A) is known color: Eden. HEX triplet: 2B, 66 and 5A. RGB value is (43,102,90). Sum of RGB (Red+Green+Blue) = 43+102+90=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #2B665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B665A is #D499A5. Grayscale: #525252. Windows color (decimal): -13932966 or 5924395. OLE color: 5924395.

HSL color Cylindrical-coordinate representation of color #2B665A: hue angle of 167.8º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B665A is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 102 90 -
CMYK 0.58 0 0.12 0.6
HSL 167.8º 0.41% 0.28% -
HSV(B) 167.8º 0.58% 0.4% -
XYZ 7.59 10.75 11.35 -
YUV 82.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 43 102 90 0.58 0 0.12 0.6 167.8 0.41 0.28
Hex 2B 66 5A 3A 0 C 3C A8 29 1C
Octal 53 146 132 72 0 14 74 250 51 34
Binary 101011 1100110 1011010 111010 0 1100 111100 10101000 101001 11100

Color Harmonies of #2B665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B665A

Black with #2B665A

Text Example


Text Example

White with #2B665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,102,90); }

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

background-color css

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

 a { background-color: rgb(43,102,90); }

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

border-color css

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

 span { border-color: rgb(43,102,90); }

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