Html Css Color HEX #2B9992 Java

📋 copy color: '#2B9992'

red 43 ◦ green 153 ◦ blue 146

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

Shades of Java #2B9992

Tints of Java #2B9992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.74%

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

R = 12.57%
G = 44.74%
B = 42.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#2B9992 (or 0x2B9992) is known color: Java. HEX triplet: 2B, 99 and 92. RGB value is (43,153,146). Sum of RGB (Red+Green+Blue) = 43+153+146=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9992 is #D4666D. Grayscale: #777777. Windows color (decimal): -13919854 or 9607467. OLE color: 9607467.

HSL color Cylindrical-coordinate representation of color #2B9992: hue angle of 176.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9992 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 153 146 -
CMYK 0.72 0 0.05 0.4
HSL 176.18º 0.56% 0.38% -
HSV(B) 176.18º 0.72% 0.6% -
XYZ 17.58 25.37 31.16 -
YUV 119.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 43 153 146 0.72 0 0.05 0.4 176.18 0.56 0.38
Hex 2B 99 92 48 0 5 28 B0 38 26
Octal 53 231 222 110 0 5 50 260 70 46
Binary 101011 10011001 10010010 1001000 0 101 101000 10110000 111000 100110

Color Harmonies of #2B9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9992

Black with #2B9992

Text Example


Text Example

White with #2B9992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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