Html Css Color HEX #2BA499 Java

📋 copy color: '#2BA499'

red 43 ◦ green 164 ◦ blue 153

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

Shades of Java #2BA499

Tints of Java #2BA499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 11.94%
G = 45.56%
B = 42.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#2BA499 (or 0x2BA499) is known color: Java. HEX triplet: 2B, A4 and 99. RGB value is (43,164,153). Sum of RGB (Red+Green+Blue) = 43+164+153=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA499 is #D45B66. Grayscale: #7E7E7E. Windows color (decimal): -13917031 or 10069035. OLE color: 10069035.

HSL color Cylindrical-coordinate representation of color #2BA499: hue angle of 174.55º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA499 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 164 153 -
CMYK 0.74 0 0.07 0.36
HSL 174.55º 0.58% 0.41% -
HSV(B) 174.55º 0.74% 0.64% -
XYZ 20.02 29.36 34.75 -
YUV 126.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 43 164 153 0.74 0 0.07 0.36 174.55 0.58 0.41
Hex 2B A4 99 4A 0 7 24 AF 3A 29
Octal 53 244 231 112 0 7 44 257 72 51
Binary 101011 10100100 10011001 1001010 0 111 100100 10101111 111010 101001

Color Harmonies of #2BA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA499

Black with #2BA499

Text Example


Text Example

White with #2BA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,164,153); }

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

background-color css

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

 a { background-color: rgb(43,164,153); }

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

border-color css

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

 span { border-color: rgb(43,164,153); }

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