#2B948E

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

Shades of Java #2B948E

Tints of Java #2B948E

Color information

#2B948E (or 0x2B948E) is unknown color: approx Java. HEX triplet: 2B, 94 and 8E. RGB value is (43,148,142). Sum of RGB (Red+Green+Blue) = 43+148+142=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #2B948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B948E is #D46B71. Grayscale: #737373. Windows color (decimal): -13921138 or 9344043. OLE color: 9344043.

HSL color Cylindrical-coordinate representation of color #2B948E: hue angle of 176.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B948E is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB43148142-
CMYK0.7100.040.42
HSL176.57º54.97%37.45%-
HSV(B)176.57º70.95%58.04%-
XYZ16.4723.6529.29-
YUV115.92142.7175.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.91%
GREEN value IS 148 (58.20% from 255) = 44.44%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=12.91%
G=44.44%
B=42.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431481420.7100.040.42176.5754.9737.45
Hex2B948E47042Ab13725
Octal5322421610704522616745
Binary10101110010100100011101000111010010101010110001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,148,142); }

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

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

 a { background-color: rgb(43,148,142); }

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

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

 span { border-color: rgb(43,148,142); }

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