#2b938c

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

Shades of Java #2B938C

Tints of Java #2B938C

Color information

#2B938C (or 0x2B938C) is unknown color: approx Java. HEX triplet: 2B, 93 and 8C. RGB value is (43,147,140). Sum of RGB (Red+Green+Blue) = 43+147+140=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #2B938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B938C is #D46C73. Grayscale: #737373. Windows color (decimal): -13921396 or 9212715. OLE color: 9212715.

HSL color Cylindrical-coordinate representation of color #2B938C: hue angle of 175.96º 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 #2B938C is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB43147140-
CMYK0.7100.050.42
HSL175.96º54.74%37.25%-
HSV(B)175.96º70.75%57.65%-
XYZ16.1623.2728.45-
YUV115.11142.0476.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.03%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=13.03%
G=44.55%
B=42.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431471400.7100.050.42175.9654.7437.25
Hex2B938C47052Ab03725
Octal5322321410705522606745
Binary10101110010011100011001000111010110101010110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b938c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,147,140); }

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

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

 a { background-color: rgb(43,147,140); }

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

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

 span { border-color: rgb(43,147,140); }

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