Html Css Color HEX #2B9291 Java

📋 copy color: '#2B9291'

red 43 ◦ green 146 ◦ blue 145

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

Shades of Java #2B9291

Tints of Java #2B9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 12.87%
G = 43.71%
B = 43.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#2B9291 (or 0x2B9291) is known color: Java. HEX triplet: 2B, 92 and 91. RGB value is (43,146,145). Sum of RGB (Red+Green+Blue) = 43+146+145=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9291 is #D46D6E. Grayscale: #727272. Windows color (decimal): -13921647 or 9540139. OLE color: 9540139.

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

Color convert

RGB 43 146 145 -
CMYK 0.71 0 0.01 0.43
HSL 179.42º 0.54% 0.37% -
HSV(B) 179.42º 0.71% 0.57% -
XYZ 16.39 23.12 30.39 -
YUV 115.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 43 146 145 0.71 0 0.01 0.43 179.42 0.54 0.37
Hex 2B 92 91 47 0 1 2B B3 36 25
Octal 53 222 221 107 0 1 53 263 66 45
Binary 101011 10010010 10010001 1000111 0 1 101011 10110011 110110 100101

Color Harmonies of #2B9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9291

Black with #2B9291

Text Example


Text Example

White with #2B9291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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