Html Css Color HEX #2B9487 Java

📋 copy color: '#2B9487'

red 43 ◦ green 148 ◦ blue 135

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

Shades of Java #2B9487

Tints of Java #2B9487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 13.19%
G = 45.4%
B = 41.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#2B9487 (or 0x2B9487) is known color: Java. HEX triplet: 2B, 94 and 87. RGB value is (43,148,135). Sum of RGB (Red+Green+Blue) = 43+148+135=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9487 is #D46B78. Grayscale: #737373. Windows color (decimal): -13921145 or 8885291. OLE color: 8885291.

HSL color Cylindrical-coordinate representation of color #2B9487: hue angle of 172.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9487 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 148 135 -
CMYK 0.71 0 0.09 0.42
HSL 172.57º 0.55% 0.37% -
HSV(B) 172.57º 0.71% 0.58% -
XYZ 15.96 23.44 26.61 -
YUV 115.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 43 148 135 0.71 0 0.09 0.42 172.57 0.55 0.37
Hex 2B 94 87 47 0 9 2A AD 37 25
Octal 53 224 207 107 0 11 52 255 67 45
Binary 101011 10010100 10000111 1000111 0 1001 101010 10101101 110111 100101

Color Harmonies of #2B9487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9487

Black with #2B9487

Text Example


Text Example

White with #2B9487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,148,135); }

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

background-color css

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

 a { background-color: rgb(43,148,135); }

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

border-color css

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

 span { border-color: rgb(43,148,135); }

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