Html Css Color HEX #28908D Java

📋 copy color: '#28908D'

red 40 ◦ green 144 ◦ blue 141

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

Shades of Java #28908D

Tints of Java #28908D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 12.31%
G = 44.31%
B = 43.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#28908D (or 0x28908D) is known color: Java. HEX triplet: 28, 90 and 8D. RGB value is (40,144,141). Sum of RGB (Red+Green+Blue) = 40+144+141=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #28908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28908D is #D76F72. Grayscale: #707070. Windows color (decimal): -14118771 or 9277480. OLE color: 9277480.

HSL color Cylindrical-coordinate representation of color #28908D: hue angle of 178.27º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28908D is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 144 141 -
CMYK 0.72 0 0.02 0.44
HSL 178.27º 0.57% 0.36% -
HSV(B) 178.27º 0.72% 0.56% -
XYZ 15.66 22.32 28.68 -
YUV 112.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 40 144 141 0.72 0 0.02 0.44 178.27 0.57 0.36
Hex 28 90 8D 48 0 2 2C B2 39 24
Octal 50 220 215 110 0 2 54 262 71 44
Binary 101000 10010000 10001101 1001000 0 10 101100 10110010 111001 100100

Color Harmonies of #28908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28908D

Black with #28908D

Text Example


Text Example

White with #28908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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