Html Css Color HEX #2B665D Eden

📋 copy color: '#2B665D'

red 43 ◦ green 102 ◦ blue 93

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

Shades of Eden #2B665D

Tints of Eden #2B665D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 18.07%
G = 42.86%
B = 39.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#2B665D (or 0x2B665D) is known color: Eden. HEX triplet: 2B, 66 and 5D. RGB value is (43,102,93). Sum of RGB (Red+Green+Blue) = 43+102+93=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #2B665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B665D is #D499A2. Grayscale: #535353. Windows color (decimal): -13932963 or 6121003. OLE color: 6121003.

HSL color Cylindrical-coordinate representation of color #2B665D: hue angle of 170.85º 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 #2B665D is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 102 93 -
CMYK 0.58 0 0.09 0.6
HSL 170.85º 0.41% 0.28% -
HSV(B) 170.85º 0.58% 0.4% -
XYZ 7.72 10.81 12.03 -
YUV 83.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 43 102 93 0.58 0 0.09 0.6 170.85 0.41 0.28
Hex 2B 66 5D 3A 0 9 3C AB 29 1C
Octal 53 146 135 72 0 11 74 253 51 34
Binary 101011 1100110 1011101 111010 0 1001 111100 10101011 101001 11100

Color Harmonies of #2B665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B665D

Black with #2B665D

Text Example


Text Example

White with #2B665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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