Html Css Color HEX #2B9092 Java

📋 copy color: '#2B9092'

red 43 ◦ green 144 ◦ blue 146

#2B9092
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2B9092

Tints of Java #2B9092

RGB

 RED value IS 43 (17.19% from 255) = 12.91%

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 12.91%
G = 43.24%
B = 43.84%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B9092 (or 0x2B9092) is known color: Java. HEX triplet: 2B, 90 and 92. RGB value is (43,144,146). Sum of RGB (Red+Green+Blue) = 43+144+146=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B9092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9092 is #D46F6D. Grayscale: #717171. Windows color (decimal): -13922158 or 9605163. OLE color: 9605163.

HSL color Cylindrical-coordinate representation of color #2B9092: hue angle of 181.17º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9092 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 144 146 -
CMYK 0.71 0.01 0 0.43
HSL 181.17º 0.54% 0.37% -
HSV(B) 181.17º 0.71% 0.57% -
XYZ 16.16 22.54 30.69 -
YUV 114.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 43 144 146 0.71 0.01 0 0.43 181.17 0.54 0.37
Hex 2B 90 92 47 1 0 2B B5 36 25
Octal 53 220 222 107 1 0 53 265 66 45
Binary 101011 10010000 10010010 1000111 1 0 101011 10110101 110110 100101

Color Harmonies of #2B9092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9092

Black with #2B9092

Text Example


Text Example

White with #2B9092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B9092;
 }
 .AnyTagClassName
 {
   color: #2B9092;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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