Html Css Color HEX #2B968D Java

📋 copy color: '#2B968D'

red 43 ◦ green 150 ◦ blue 141

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

Shades of Java #2B968D

Tints of Java #2B968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 12.87%
G = 44.91%
B = 42.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#2B968D (or 0x2B968D) is known color: Java. HEX triplet: 2B, 96 and 8D. RGB value is (43,150,141). Sum of RGB (Red+Green+Blue) = 43+150+141=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #2B968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B968D is #D46972. Grayscale: #747474. Windows color (decimal): -13920627 or 9279019. OLE color: 9279019.

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

Color convert

RGB 43 150 141 -
CMYK 0.71 0 0.06 0.41
HSL 174.95º 0.55% 0.38% -
HSV(B) 174.95º 0.71% 0.59% -
XYZ 16.71 24.25 29 -
YUV 116.98 141.55 75.23 -
System Red Green Blue C M Y K H S L
Decimal 43 150 141 0.71 0 0.06 0.41 174.95 0.55 0.38
Hex 2B 96 8D 47 0 6 29 AF 37 26
Octal 53 226 215 107 0 6 51 257 67 46
Binary 101011 10010110 10001101 1000111 0 110 101001 10101111 110111 100110

Color Harmonies of #2B968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B968D

Black with #2B968D

Text Example


Text Example

White with #2B968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,141); }

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

background-color css

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

 a { background-color: rgb(43,150,141); }

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

border-color css

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

 span { border-color: rgb(43,150,141); }

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