Html Css Color HEX #2B705A Eden

📋 copy color: '#2B705A'

red 43 ◦ green 112 ◦ blue 90

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

Shades of Eden #2B705A

Tints of Eden #2B705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 17.55%
G = 45.71%
B = 36.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#2B705A (or 0x2B705A) is known color: Eden. HEX triplet: 2B, 70 and 5A. RGB value is (43,112,90). Sum of RGB (Red+Green+Blue) = 43+112+90=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #2B705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B705A is #D48FA5. Grayscale: #585858. Windows color (decimal): -13930406 or 5926955. OLE color: 5926955.

HSL color Cylindrical-coordinate representation of color #2B705A: hue angle of 160.87º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B705A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 112 90 -
CMYK 0.62 0 0.20 0.56
HSL 160.87º 0.45% 0.3% -
HSV(B) 160.87º 0.62% 0.44% -
XYZ 8.64 12.84 11.7 -
YUV 88.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 43 112 90 0.62 0 0.20 0.56 160.87 0.45 0.3
Hex 2B 70 5A 3E 0 14 38 A1 2D 1E
Octal 53 160 132 76 0 24 70 241 55 36
Binary 101011 1110000 1011010 111110 0 10100 111000 10100001 101101 11110

Color Harmonies of #2B705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B705A

Black with #2B705A

Text Example


Text Example

White with #2B705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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