Html Css Color HEX #28948D Java

📋 copy color: '#28948D'

red 40 ◦ green 148 ◦ blue 141

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

Shades of Java #28948D

Tints of Java #28948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

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

R = 12.16%
G = 44.98%
B = 42.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#28948D (or 0x28948D) is known color: Java. HEX triplet: 28, 94 and 8D. RGB value is (40,148,141). Sum of RGB (Red+Green+Blue) = 40+148+141=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #28948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28948D is #D76B72. Grayscale: #727272. Windows color (decimal): -14117747 or 9278504. OLE color: 9278504.

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

Color convert

RGB 40 148 141 -
CMYK 0.73 0 0.05 0.42
HSL 176.11º 0.57% 0.37% -
HSV(B) 176.11º 0.73% 0.58% -
XYZ 16.27 23.55 28.89 -
YUV 114.91 142.72 74.57 -
System Red Green Blue C M Y K H S L
Decimal 40 148 141 0.73 0 0.05 0.42 176.11 0.57 0.37
Hex 28 94 8D 49 0 5 2A B0 39 25
Octal 50 224 215 111 0 5 52 260 71 45
Binary 101000 10010100 10001101 1001001 0 101 101010 10110000 111001 100101

Color Harmonies of #28948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28948D

Black with #28948D

Text Example


Text Example

White with #28948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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