Html Css Color HEX #2B958C Java

📋 copy color: '#2B958C'

red 43 ◦ green 149 ◦ blue 140

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

Shades of Java #2B958C

Tints of Java #2B958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 12.95%
G = 44.88%
B = 42.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#2B958C (or 0x2B958C) is known color: Java. HEX triplet: 2B, 95 and 8C. RGB value is (43,149,140). Sum of RGB (Red+Green+Blue) = 43+149+140=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #2B958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B958C is #D46A73. Grayscale: #747474. Windows color (decimal): -13920884 or 9213227. OLE color: 9213227.

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

Color convert

RGB 43 149 140 -
CMYK 0.71 0 0.06 0.42
HSL 174.91º 0.55% 0.38% -
HSV(B) 174.91º 0.71% 0.58% -
XYZ 16.48 23.9 28.56 -
YUV 116.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 43 149 140 0.71 0 0.06 0.42 174.91 0.55 0.38
Hex 2B 95 8C 47 0 6 2A AF 37 26
Octal 53 225 214 107 0 6 52 257 67 46
Binary 101011 10010101 10001100 1000111 0 110 101010 10101111 110111 100110

Color Harmonies of #2B958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B958C

Black with #2B958C

Text Example


Text Example

White with #2B958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,140); }

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

background-color css

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

 a { background-color: rgb(43,149,140); }

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

border-color css

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

 span { border-color: rgb(43,149,140); }

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