Html Css Color HEX #28938D Java

📋 copy color: '#28938D'

red 40 ◦ green 147 ◦ blue 141

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

Shades of Java #28938D

Tints of Java #28938D

RGB

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

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

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

R = 12.2%
G = 44.82%
B = 42.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#28938D (or 0x28938D) is known color: Java. HEX triplet: 28, 93 and 8D. RGB value is (40,147,141). Sum of RGB (Red+Green+Blue) = 40+147+141=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #28938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28938D is #D76C72. Grayscale: #727272. Windows color (decimal): -14118003 or 9278248. OLE color: 9278248.

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

Color convert

RGB 40 147 141 -
CMYK 0.73 0 0.04 0.42
HSL 176.64º 0.57% 0.37% -
HSV(B) 176.64º 0.73% 0.58% -
XYZ 16.12 23.24 28.84 -
YUV 114.32 143.05 74.99 -
System Red Green Blue C M Y K H S L
Decimal 40 147 141 0.73 0 0.04 0.42 176.64 0.57 0.37
Hex 28 93 8D 49 0 4 2A B1 39 25
Octal 50 223 215 111 0 4 52 261 71 45
Binary 101000 10010011 10001101 1001001 0 100 101010 10110001 111001 100101

Color Harmonies of #28938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28938D

Black with #28938D

Text Example


Text Example

White with #28938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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