Html Css Color HEX #2B9C90 Java

📋 copy color: '#2B9C90'

red 43 ◦ green 156 ◦ blue 144

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

Shades of Java #2B9C90

Tints of Java #2B9C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 12.54%
G = 45.48%
B = 41.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#2B9C90 (or 0x2B9C90) is known color: Java. HEX triplet: 2B, 9C and 90. RGB value is (43,156,144). Sum of RGB (Red+Green+Blue) = 43+156+144=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9C90 is #D4636F. Grayscale: #787878. Windows color (decimal): -13919088 or 9477163. OLE color: 9477163.

HSL color Cylindrical-coordinate representation of color #2B9C90: hue angle of 173.63º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C90 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 156 144 -
CMYK 0.72 0 0.08 0.39
HSL 173.63º 0.57% 0.39% -
HSV(B) 173.63º 0.72% 0.61% -
XYZ 17.92 26.3 30.52 -
YUV 120.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 43 156 144 0.72 0 0.08 0.39 173.63 0.57 0.39
Hex 2B 9C 90 48 0 8 27 AE 39 27
Octal 53 234 220 110 0 10 47 256 71 47
Binary 101011 10011100 10010000 1001000 0 1000 100111 10101110 111001 100111

Color Harmonies of #2B9C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9C90

Black with #2B9C90

Text Example


Text Example

White with #2B9C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,156,144); }

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

background-color css

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

 a { background-color: rgb(43,156,144); }

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

border-color css

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

 span { border-color: rgb(43,156,144); }

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