Html Css Color HEX #28938E Java

📋 copy color: '#28938E'

red 40 ◦ green 147 ◦ blue 142

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

Shades of Java #28938E

Tints of Java #28938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 12.16%
G = 44.68%
B = 43.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#28938E (or 0x28938E) is known color: Java. HEX triplet: 28, 93 and 8E. RGB value is (40,147,142). Sum of RGB (Red+Green+Blue) = 40+147+142=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #28938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28938E is #D76C71. Grayscale: #727272. Windows color (decimal): -14118002 or 9343784. OLE color: 9343784.

HSL color Cylindrical-coordinate representation of color #28938E: hue angle of 177.2º degrees, saturation: 0.57, 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 #28938E is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 147 142 -
CMYK 0.73 0 0.03 0.42
HSL 177.2º 0.57% 0.37% -
HSV(B) 177.2º 0.73% 0.58% -
XYZ 16.19 23.27 29.23 -
YUV 114.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 40 147 142 0.73 0 0.03 0.42 177.2 0.57 0.37
Hex 28 93 8E 49 0 3 2A B1 39 25
Octal 50 223 216 111 0 3 52 261 71 45
Binary 101000 10010011 10001110 1001001 0 11 101010 10110001 111001 100101

Color Harmonies of #28938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28938E

Black with #28938E

Text Example


Text Example

White with #28938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28938E; }

 p { color: rgb(40,147,142); }

 H1.HeaderClassName
 {
   color: #28938E;
 }
 .AnyTagClassName
 {
   color: #28938E;
 }
</style>

background-color css

<style>
 a { background-color: #28938E; }

 a { background-color: rgb(40,147,142); }

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

border-color css

<style>
 span { border-color: #28938E; }

 span { border-color: rgb(40,147,142); }

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