#2B9B90

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

Shades of Java #2B9B90

Tints of Java #2B9B90

Color information

#2B9B90 (or 0x2B9B90) is unknown color: approx Java. HEX triplet: 2B, 9B and 90. RGB value is (43,155,144). Sum of RGB (Red+Green+Blue) = 43+155+144=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9B90 is #D4646F. Grayscale: #787878. Windows color (decimal): -13919344 or 9476907. OLE color: 9476907.

HSL color Cylindrical-coordinate representation of color #2B9B90: hue angle of 174.11º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B90 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB43155144-
CMYK0.7200.070.39
HSL174.11º56.57%38.82%-
HSV(B)174.11º72.26%60.78%-
XYZ17.7525.9730.46-
YUV120.26141.3972.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=12.57%
G=45.32%
B=42.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431551440.7200.070.39174.1156.5738.82
Hex2B9B90480727ae3927
Octal5323322011007472567147
Binary10101110011011100100001001000011110011110101110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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