Html Css Color HEX #2D6358 Eden

📋 copy color: '#2D6358'

red 45 ◦ green 99 ◦ blue 88

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

Shades of Eden #2D6358

Tints of Eden #2D6358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 19.4%
G = 42.67%
B = 37.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#2D6358 (or 0x2D6358) is known color: Eden. HEX triplet: 2D, 63 and 58. RGB value is (45,99,88). Sum of RGB (Red+Green+Blue) = 45+99+88=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6358 is #D29CA7. Grayscale: #515151. Windows color (decimal): -13802664 or 5792557. OLE color: 5792557.

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

Color convert

RGB 45 99 88 -
CMYK 0.55 0 0.11 0.61
HSL 167.78º 0.38% 0.28% -
HSV(B) 167.78º 0.55% 0.39% -
XYZ 7.31 10.19 10.81 -
YUV 81.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 45 99 88 0.55 0 0.11 0.61 167.78 0.38 0.28
Hex 2D 63 58 37 0 B 3D A8 26 1C
Octal 55 143 130 67 0 13 75 250 46 34
Binary 101101 1100011 1011000 110111 0 1011 111101 10101000 100110 11100

Color Harmonies of #2D6358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6358

Black with #2D6358

Text Example


Text Example

White with #2D6358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,99,88); }

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

background-color css

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

 a { background-color: rgb(45,99,88); }

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

border-color css

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

 span { border-color: rgb(45,99,88); }

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