#2B5C4B

Color #2B5C4B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2B5C4B

Tints of Evening Sea #2B5C4B

Color information

#2B5C4B (or 0x2B5C4B) is unknown color: approx Evening Sea. HEX triplet: 2B, 5C and 4B. RGB value is (43,92,75). Sum of RGB (Red+Green+Blue) = 43+92+75=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C4B is #D4A3B4. Grayscale: #4B4B4B. Windows color (decimal): -13935541 or 4938795. OLE color: 4938795.

HSL color Cylindrical-coordinate representation of color #2B5C4B: hue angle of 159.18º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C4B is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB439275-
CMYK0.5300.180.64
HSL159.18º36.3%26.47%-
HSV(B)159.18º53.26%36.08%-
XYZ6.098.688.01-
YUV75.41127.77104.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=20.48%
G=43.81%
B=35.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4392750.5300.180.64159.1836.326.47
Hex2B5C4B35012409f241a
Octal53134113650221002374432
Binary1010111011100100101111010101001010000001001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B5C4B;
 }
 .AnyTagClassName
 {
   color: #2B5C4B;
 }
</style>
background-color css

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

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

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

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

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

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