Html Css Color HEX #2B9D92 Java

📋 copy color: '#2B9D92'

red 43 ◦ green 157 ◦ blue 146

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

Shades of Java #2B9D92

Tints of Java #2B9D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.38%

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

R = 12.43%
G = 45.38%
B = 42.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#2B9D92 (or 0x2B9D92) is known color: Java. HEX triplet: 2B, 9D and 92. RGB value is (43,157,146). Sum of RGB (Red+Green+Blue) = 43+157+146=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9D92 is #D4626D. Grayscale: #797979. Windows color (decimal): -13918830 or 9608491. OLE color: 9608491.

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

Color convert

RGB 43 157 146 -
CMYK 0.73 0 0.07 0.38
HSL 174.21º 0.57% 0.39% -
HSV(B) 174.21º 0.73% 0.62% -
XYZ 18.24 26.7 31.39 -
YUV 121.66 141.73 71.89 -
System Red Green Blue C M Y K H S L
Decimal 43 157 146 0.73 0 0.07 0.38 174.21 0.57 0.39
Hex 2B 9D 92 49 0 7 26 AE 39 27
Octal 53 235 222 111 0 7 46 256 71 47
Binary 101011 10011101 10010010 1001001 0 111 100110 10101110 111001 100111

Color Harmonies of #2B9D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9D92

Black with #2B9D92

Text Example


Text Example

White with #2B9D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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