Html Css Color HEX #2D6D51 Evening Sea

📋 copy color: '#2D6D51'

red 45 ◦ green 109 ◦ blue 81

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

Shades of Evening Sea #2D6D51

Tints of Evening Sea #2D6D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

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

R = 19.15%
G = 46.38%
B = 34.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#2D6D51 (or 0x2D6D51) is known color: Evening Sea. HEX triplet: 2D, 6D and 51. RGB value is (45,109,81). Sum of RGB (Red+Green+Blue) = 45+109+81=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 109 - color contains mainly: green. Hex color #2D6D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6D51 is #D292AE. Grayscale: #565656. Windows color (decimal): -13800111 or 5336365. OLE color: 5336365.

HSL color Cylindrical-coordinate representation of color #2D6D51: hue angle of 153.75º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6D51 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 45 109 81 -
CMYK 0.59 0 0.26 0.57
HSL 153.75º 0.42% 0.3% -
HSV(B) 153.75º 0.59% 0.43% -
XYZ 8.04 12.09 9.69 -
YUV 86.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 45 109 81 0.59 0 0.26 0.57 153.75 0.42 0.3
Hex 2D 6D 51 3B 0 1A 39 9A 2A 1E
Octal 55 155 121 73 0 32 71 232 52 36
Binary 101101 1101101 1010001 111011 0 11010 111001 10011010 101010 11110

Color Harmonies of #2D6D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6D51

Black with #2D6D51

Text Example


Text Example

White with #2D6D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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