Html Css Color HEX #2B5948 Evening Sea

📋 copy color: '#2B5948'

red 43 ◦ green 89 ◦ blue 72

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

Shades of Evening Sea #2B5948

Tints of Evening Sea #2B5948

RGB

 RED value IS 43 (17.19% from 255) = 21.08%

 GREEN value IS 89 (35.16% from 255) = 43.63%

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 21.08%
G = 43.63%
B = 35.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#2B5948 (or 0x2B5948) is known color: Evening Sea. HEX triplet: 2B, 59 and 48. RGB value is (43,89,72). Sum of RGB (Red+Green+Blue) = 43+89+72=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5948 is #D4A6B7. Grayscale: #494949. Windows color (decimal): -13936312 or 4741419. OLE color: 4741419.

HSL color Cylindrical-coordinate representation of color #2B5948: hue angle of 157.83º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5948 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 89 72 -
CMYK 0.52 0 0.19 0.65
HSL 157.83º 0.35% 0.26% -
HSV(B) 157.83º 0.52% 0.35% -
XYZ 5.74 8.13 7.4 -
YUV 73.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 43 89 72 0.52 0 0.19 0.65 157.83 0.35 0.26
Hex 2B 59 48 34 0 13 41 9E 23 1A
Octal 53 131 110 64 0 23 101 236 43 32
Binary 101011 1011001 1001000 110100 0 10011 1000001 10011110 100011 11010

Color Harmonies of #2B5948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5948

Black with #2B5948

Text Example


Text Example

White with #2B5948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,72); }

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

background-color css

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

 a { background-color: rgb(43,89,72); }

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

border-color css

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

 span { border-color: rgb(43,89,72); }

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