Html Css Color HEX #2D6255 Eden

📋 copy color: '#2D6255'

red 45 ◦ green 98 ◦ blue 85

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

Shades of Eden #2D6255

Tints of Eden #2D6255

RGB

 RED value IS 45 (17.97% from 255) = 19.74%

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

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 19.74%
G = 42.98%
B = 37.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#2D6255 (or 0x2D6255) is known color: Eden. HEX triplet: 2D, 62 and 55. RGB value is (45,98,85). Sum of RGB (Red+Green+Blue) = 45+98+85=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6255 is #D29DAA. Grayscale: #505050. Windows color (decimal): -13802923 or 5595693. OLE color: 5595693.

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

Color convert

RGB 45 98 85 -
CMYK 0.54 0 0.13 0.62
HSL 165.28º 0.37% 0.28% -
HSV(B) 165.28º 0.54% 0.38% -
XYZ 7.09 9.95 10.14 -
YUV 80.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 45 98 85 0.54 0 0.13 0.62 165.28 0.37 0.28
Hex 2D 62 55 36 0 D 3E A5 25 1C
Octal 55 142 125 66 0 15 76 245 45 34
Binary 101101 1100010 1010101 110110 0 1101 111110 10100101 100101 11100

Color Harmonies of #2D6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6255

Black with #2D6255

Text Example


Text Example

White with #2D6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,98,85); }

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

background-color css

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

 a { background-color: rgb(45,98,85); }

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

border-color css

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

 span { border-color: rgb(45,98,85); }

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