Html Css Color HEX #2B6254 Eden

📋 copy color: '#2B6254'

red 43 ◦ green 98 ◦ blue 84

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

Shades of Eden #2B6254

Tints of Eden #2B6254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 19.11%
G = 43.56%
B = 37.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#2B6254 (or 0x2B6254) is known color: Eden. HEX triplet: 2B, 62 and 54. RGB value is (43,98,84). Sum of RGB (Red+Green+Blue) = 43+98+84=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6254 is #D49DAB. Grayscale: #4F4F4F. Windows color (decimal): -13933996 or 5530155. OLE color: 5530155.

HSL color Cylindrical-coordinate representation of color #2B6254: hue angle of 164.73º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6254 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 98 84 -
CMYK 0.56 0 0.14 0.62
HSL 164.73º 0.39% 0.28% -
HSV(B) 164.73º 0.56% 0.38% -
XYZ 6.96 9.89 9.93 -
YUV 79.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 43 98 84 0.56 0 0.14 0.62 164.73 0.39 0.28
Hex 2B 62 54 38 0 E 3E A5 27 1C
Octal 53 142 124 70 0 16 76 245 47 34
Binary 101011 1100010 1010100 111000 0 1110 111110 10100101 100111 11100

Color Harmonies of #2B6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6254

Black with #2B6254

Text Example


Text Example

White with #2B6254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,84); }

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

background-color css

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

 a { background-color: rgb(43,98,84); }

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

border-color css

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

 span { border-color: rgb(43,98,84); }

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