Html Css Color HEX #2B705F Eden

📋 copy color: '#2B705F'

red 43 ◦ green 112 ◦ blue 95

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

Shades of Eden #2B705F

Tints of Eden #2B705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38%

R = 17.2%
G = 44.8%
B = 38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#2B705F (or 0x2B705F) is known color: Eden. HEX triplet: 2B, 70 and 5F. RGB value is (43,112,95). Sum of RGB (Red+Green+Blue) = 43+112+95=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #2B705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B705F is #D48FA0. Grayscale: #595959. Windows color (decimal): -13930401 or 6254635. OLE color: 6254635.

HSL color Cylindrical-coordinate representation of color #2B705F: hue angle of 165.22º 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 #2B705F is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 112 95 -
CMYK 0.62 0 0.15 0.56
HSL 165.22º 0.45% 0.3% -
HSV(B) 165.22º 0.62% 0.44% -
XYZ 8.86 12.93 12.86 -
YUV 89.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 43 112 95 0.62 0 0.15 0.56 165.22 0.45 0.3
Hex 2B 70 5F 3E 0 F 38 A5 2D 1E
Octal 53 160 137 76 0 17 70 245 55 36
Binary 101011 1110000 1011111 111110 0 1111 111000 10100101 101101 11110

Color Harmonies of #2B705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B705F

Black with #2B705F

Text Example


Text Example

White with #2B705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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