Html Css Color HEX #2B5E4B Evening Sea

📋 copy color: '#2B5E4B'

red 43 ◦ green 94 ◦ blue 75

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

Shades of Evening Sea #2B5E4B

Tints of Evening Sea #2B5E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 20.28%
G = 44.34%
B = 35.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#2B5E4B (or 0x2B5E4B) is known color: Evening Sea. HEX triplet: 2B, 5E and 4B. RGB value is (43,94,75). Sum of RGB (Red+Green+Blue) = 43+94+75=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #2B5E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5E4B is #D4A1B4. Grayscale: #4C4C4C. Windows color (decimal): -13935029 or 4939307. OLE color: 4939307.

HSL color Cylindrical-coordinate representation of color #2B5E4B: hue angle of 157.65º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5E4B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 94 75 -
CMYK 0.54 0 0.20 0.63
HSL 157.65º 0.37% 0.27% -
HSV(B) 157.65º 0.54% 0.37% -
XYZ 6.27 9.03 8.07 -
YUV 76.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 43 94 75 0.54 0 0.20 0.63 157.65 0.37 0.27
Hex 2B 5E 4B 36 0 14 3F 9E 25 1B
Octal 53 136 113 66 0 24 77 236 45 33
Binary 101011 1011110 1001011 110110 0 10100 111111 10011110 100101 11011

Color Harmonies of #2B5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5E4B

Black with #2B5E4B

Text Example


Text Example

White with #2B5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,94,75); }

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

background-color css

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

 a { background-color: rgb(43,94,75); }

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

border-color css

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

 span { border-color: rgb(43,94,75); }

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