Html Css Color HEX #28988D Java

📋 copy color: '#28988D'

red 40 ◦ green 152 ◦ blue 141

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

Shades of Java #28988D

Tints of Java #28988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

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

R = 12.01%
G = 45.65%
B = 42.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#28988D (or 0x28988D) is known color: Java. HEX triplet: 28, 98 and 8D. RGB value is (40,152,141). Sum of RGB (Red+Green+Blue) = 40+152+141=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #28988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28988D is #D76772. Grayscale: #757575. Windows color (decimal): -14116723 or 9279528. OLE color: 9279528.

HSL color Cylindrical-coordinate representation of color #28988D: hue angle of 174.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28988D is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 141 -
CMYK 0.74 0 0.07 0.40
HSL 174.11º 0.58% 0.38% -
HSV(B) 174.11º 0.74% 0.6% -
XYZ 16.91 24.83 29.1 -
YUV 117.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 40 152 141 0.74 0 0.07 0.40 174.11 0.58 0.38
Hex 28 98 8D 4A 0 7 28 AE 3A 26
Octal 50 230 215 112 0 7 50 256 72 46
Binary 101000 10011000 10001101 1001010 0 111 101000 10101110 111010 100110

Color Harmonies of #28988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28988D

Black with #28988D

Text Example


Text Example

White with #28988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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