Html Css Color HEX #2D735A Eden

📋 copy color: '#2D735A'

red 45 ◦ green 115 ◦ blue 90

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

Shades of Eden #2D735A

Tints of Eden #2D735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 90 (35.55% from 255) = 36%

R = 18%
G = 46%
B = 36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#2D735A (or 0x2D735A) is known color: Eden. HEX triplet: 2D, 73 and 5A. RGB value is (45,115,90). Sum of RGB (Red+Green+Blue) = 45+115+90=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #2D735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D735A is #D28CA5. Grayscale: #5B5B5B. Windows color (decimal): -13798566 or 5927725. OLE color: 5927725.

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

Color convert

RGB 45 115 90 -
CMYK 0.61 0 0.22 0.55
HSL 158.57º 0.44% 0.31% -
HSV(B) 158.57º 0.61% 0.45% -
XYZ 9.06 13.56 11.81 -
YUV 91.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 45 115 90 0.61 0 0.22 0.55 158.57 0.44 0.31
Hex 2D 73 5A 3D 0 16 37 9F 2C 1F
Octal 55 163 132 75 0 26 67 237 54 37
Binary 101101 1110011 1011010 111101 0 10110 110111 10011111 101100 11111

Color Harmonies of #2D735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D735A

Black with #2D735A

Text Example


Text Example

White with #2D735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,115,90); }

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

background-color css

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

 a { background-color: rgb(45,115,90); }

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

border-color css

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

 span { border-color: rgb(45,115,90); }

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