#2BA59B

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

Shades of Java #2BA59B

Tints of Java #2BA59B

Color information

#2BA59B (or 0x2BA59B) is unknown color: approx Java. HEX triplet: 2B, A5 and 9B. RGB value is (43,165,155). Sum of RGB (Red+Green+Blue) = 43+165+155=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA59B is #D45A64. Grayscale: #7F7F7F. Windows color (decimal): -13916773 or 10200363. OLE color: 10200363.

HSL color Cylindrical-coordinate representation of color #2BA59B: hue angle of 175.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA59B is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB43165155-
CMYK0.7400.060.35
HSL175.08º58.65%40.78%-
HSV(B)175.08º73.94%64.71%-
XYZ20.3729.7935.69-
YUV127.38143.5867.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.85%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=11.85%
G=45.45%
B=42.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431651550.7400.060.35175.0858.6540.78
Hex2BA59B4A0623af3b29
Octal5324523311206432577351
Binary10101110100101100110111001010011010001110101111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,165,155); }

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

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

 a { background-color: rgb(43,165,155); }

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

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

 span { border-color: rgb(43,165,155); }

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