Html Css Color HEX #2D6855 Evening Sea

📋 copy color: '#2D6855'

red 45 ◦ green 104 ◦ blue 85

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

Shades of Evening Sea #2D6855

Tints of Evening Sea #2D6855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.44%

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

R = 19.23%
G = 44.44%
B = 36.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#2D6855 (or 0x2D6855) is known color: Evening Sea. HEX triplet: 2D, 68 and 55. RGB value is (45,104,85). Sum of RGB (Red+Green+Blue) = 45+104+85=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #2D6855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6855 is #D297AA. Grayscale: #545454. Windows color (decimal): -13801387 or 5597229. OLE color: 5597229.

HSL color Cylindrical-coordinate representation of color #2D6855: hue angle of 160.68º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D6855 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 45 104 85 -
CMYK 0.57 0 0.18 0.59
HSL 160.68º 0.4% 0.29% -
HSV(B) 160.68º 0.57% 0.41% -
XYZ 7.67 11.11 10.34 -
YUV 84.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 45 104 85 0.57 0 0.18 0.59 160.68 0.4 0.29
Hex 2D 68 55 39 0 12 3B A1 28 1D
Octal 55 150 125 71 0 22 73 241 50 35
Binary 101101 1101000 1010101 111001 0 10010 111011 10100001 101000 11101

Color Harmonies of #2D6855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6855

Black with #2D6855

Text Example


Text Example

White with #2D6855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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