Html Css Color HEX #2D7055 Evening Sea

📋 copy color: '#2D7055'

red 45 ◦ green 112 ◦ blue 85

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

Shades of Evening Sea #2D7055

Tints of Evening Sea #2D7055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 18.6%
G = 46.28%
B = 35.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#2D7055 (or 0x2D7055) is known color: Evening Sea. HEX triplet: 2D, 70 and 55. RGB value is (45,112,85). Sum of RGB (Red+Green+Blue) = 45+112+85=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7055 is #D28FAA. Grayscale: #585858. Windows color (decimal): -13799339 or 5599277. OLE color: 5599277.

HSL color Cylindrical-coordinate representation of color #2D7055: hue angle of 155.82º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7055 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 112 85 -
CMYK 0.60 0 0.24 0.56
HSL 155.82º 0.43% 0.31% -
HSV(B) 155.82º 0.6% 0.44% -
XYZ 8.52 12.8 10.62 -
YUV 88.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 45 112 85 0.60 0 0.24 0.56 155.82 0.43 0.31
Hex 2D 70 55 3C 0 18 38 9C 2B 1F
Octal 55 160 125 74 0 30 70 234 53 37
Binary 101101 1110000 1010101 111100 0 11000 111000 10011100 101011 11111

Color Harmonies of #2D7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7055

Black with #2D7055

Text Example


Text Example

White with #2D7055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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