Html Css Color HEX #28958B Java

📋 copy color: '#28958B'

red 40 ◦ green 149 ◦ blue 139

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

Shades of Java #28958B

Tints of Java #28958B

RGB

 RED value IS 40 (16.02% from 255) = 12.2%

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 12.2%
G = 45.43%
B = 42.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#28958B (or 0x28958B) is known color: Java. HEX triplet: 28, 95 and 8B. RGB value is (40,149,139). Sum of RGB (Red+Green+Blue) = 40+149+139=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #28958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28958B is #D76A74. Grayscale: #737373. Windows color (decimal): -14117493 or 9147688. OLE color: 9147688.

HSL color Cylindrical-coordinate representation of color #28958B: hue angle of 174.5º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28958B is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 149 139 -
CMYK 0.73 0 0.07 0.42
HSL 174.5º 0.58% 0.37% -
HSV(B) 174.5º 0.73% 0.58% -
XYZ 16.28 23.81 28.16 -
YUV 115.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 40 149 139 0.73 0 0.07 0.42 174.5 0.58 0.37
Hex 28 95 8B 49 0 7 2A AE 3A 25
Octal 50 225 213 111 0 7 52 256 72 45
Binary 101000 10010101 10001011 1001001 0 111 101010 10101110 111010 100101

Color Harmonies of #28958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28958B

Black with #28958B

Text Example


Text Example

White with #28958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28958B; }

 p { color: rgb(40,149,139); }

 H1.HeaderClassName
 {
   color: #28958B;
 }
 .AnyTagClassName
 {
   color: #28958B;
 }
</style>

background-color css

<style>
 a { background-color: #28958B; }

 a { background-color: rgb(40,149,139); }

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

border-color css

<style>
 span { border-color: #28958B; }

 span { border-color: rgb(40,149,139); }

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