Html Css Color HEX #2D6551 Evening Sea

📋 copy color: '#2D6551'

red 45 ◦ green 101 ◦ blue 81

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

Shades of Evening Sea #2D6551

Tints of Evening Sea #2D6551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 19.82%
G = 44.49%
B = 35.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#2D6551 (or 0x2D6551) is known color: Evening Sea. HEX triplet: 2D, 65 and 51. RGB value is (45,101,81). Sum of RGB (Red+Green+Blue) = 45+101+81=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #2D6551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6551 is #D29AAE. Grayscale: #525252. Windows color (decimal): -13802159 or 5334317. OLE color: 5334317.

HSL color Cylindrical-coordinate representation of color #2D6551: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D6551 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 45 101 81 -
CMYK 0.55 0 0.20 0.60
HSL 158.57º 0.38% 0.29% -
HSV(B) 158.57º 0.55% 0.4% -
XYZ 7.22 10.46 9.42 -
YUV 81.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 45 101 81 0.55 0 0.20 0.60 158.57 0.38 0.29
Hex 2D 65 51 37 0 14 3C 9F 26 1D
Octal 55 145 121 67 0 24 74 237 46 35
Binary 101101 1100101 1010001 110111 0 10100 111100 10011111 100110 11101

Color Harmonies of #2D6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6551

Black with #2D6551

Text Example


Text Example

White with #2D6551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,101,81); }

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

background-color css

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

 a { background-color: rgb(45,101,81); }

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

border-color css

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

 span { border-color: rgb(45,101,81); }

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