Html Css Color HEX #2B715C Eden

📋 copy color: '#2B715C'

red 43 ◦ green 113 ◦ blue 92

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

Shades of Eden #2B715C

Tints of Eden #2B715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 17.34%
G = 45.56%
B = 37.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#2B715C (or 0x2B715C) is known color: Eden. HEX triplet: 2B, 71 and 5C. RGB value is (43,113,92). Sum of RGB (Red+Green+Blue) = 43+113+92=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #2B715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B715C is #D48EA3. Grayscale: #595959. Windows color (decimal): -13930148 or 6058283. OLE color: 6058283.

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

Color convert

RGB 43 113 92 -
CMYK 0.62 0 0.19 0.56
HSL 162º 0.45% 0.31% -
HSV(B) 162º 0.62% 0.44% -
XYZ 8.83 13.1 12.19 -
YUV 89.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 43 113 92 0.62 0 0.19 0.56 162 0.45 0.31
Hex 2B 71 5C 3E 0 13 38 A2 2D 1F
Octal 53 161 134 76 0 23 70 242 55 37
Binary 101011 1110001 1011100 111110 0 10011 111000 10100010 101101 11111

Color Harmonies of #2B715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B715C

Black with #2B715C

Text Example


Text Example

White with #2B715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,92); }

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

background-color css

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

 a { background-color: rgb(43,113,92); }

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

border-color css

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

 span { border-color: rgb(43,113,92); }

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