Html Css Color HEX #28968C Java

📋 copy color: '#28968C'

red 40 ◦ green 150 ◦ blue 140

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

Shades of Java #28968C

Tints of Java #28968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 12.12%
G = 45.45%
B = 42.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#28968C (or 0x28968C) is known color: Java. HEX triplet: 28, 96 and 8C. RGB value is (40,150,140). Sum of RGB (Red+Green+Blue) = 40+150+140=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #28968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28968C is #D76973. Grayscale: #737373. Windows color (decimal): -14117236 or 9213480. OLE color: 9213480.

HSL color Cylindrical-coordinate representation of color #28968C: hue angle of 174.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28968C is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 140 -
CMYK 0.73 0 0.07 0.41
HSL 174.55º 0.58% 0.37% -
HSV(B) 174.55º 0.73% 0.59% -
XYZ 16.52 24.16 28.6 -
YUV 115.97 141.56 73.81 -
System Red Green Blue C M Y K H S L
Decimal 40 150 140 0.73 0 0.07 0.41 174.55 0.58 0.37
Hex 28 96 8C 49 0 7 29 AF 3A 25
Octal 50 226 214 111 0 7 51 257 72 45
Binary 101000 10010110 10001100 1001001 0 111 101001 10101111 111010 100101

Color Harmonies of #28968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28968C

Black with #28968C

Text Example


Text Example

White with #28968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28968C; }

 p { color: rgb(40,150,140); }

 H1.HeaderClassName
 {
   color: #28968C;
 }
 .AnyTagClassName
 {
   color: #28968C;
 }
</style>

background-color css

<style>
 a { background-color: #28968C; }

 a { background-color: rgb(40,150,140); }

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

border-color css

<style>
 span { border-color: #28968C; }

 span { border-color: rgb(40,150,140); }

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