Html Css Color HEX #2A6256 Eden

📋 copy color: '#2A6256'

red 42 ◦ green 98 ◦ blue 86

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

Shades of Eden #2A6256

Tints of Eden #2A6256

RGB

 RED value IS 42 (16.8% from 255) = 18.58%

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

 BLUE value IS 86 (33.98% from 255) = 38.05%

R = 18.58%
G = 43.36%
B = 38.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#2A6256 (or 0x2A6256) is known color: Eden. HEX triplet: 2A, 62 and 56. RGB value is (42,98,86). Sum of RGB (Red+Green+Blue) = 42+98+86=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6256 is #D59DA9. Grayscale: #4F4F4F. Windows color (decimal): -13999530 or 5661226. OLE color: 5661226.

HSL color Cylindrical-coordinate representation of color #2A6256: hue angle of 167.14º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6256 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 98 86 -
CMYK 0.57 0 0.12 0.62
HSL 167.14º 0.4% 0.27% -
HSV(B) 167.14º 0.57% 0.38% -
XYZ 7 9.9 10.35 -
YUV 79.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 42 98 86 0.57 0 0.12 0.62 167.14 0.4 0.27
Hex 2A 62 56 39 0 C 3E A7 28 1B
Octal 52 142 126 71 0 14 76 247 50 33
Binary 101010 1100010 1010110 111001 0 1100 111110 10100111 101000 11011

Color Harmonies of #2A6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6256

Black with #2A6256

Text Example


Text Example

White with #2A6256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,98,86); }

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

background-color css

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

 a { background-color: rgb(42,98,86); }

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

border-color css

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

 span { border-color: rgb(42,98,86); }

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