Html Css Color HEX #28968E Java

📋 copy color: '#28968E'

red 40 ◦ green 150 ◦ blue 142

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

Shades of Java #28968E

Tints of Java #28968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 12.05%
G = 45.18%
B = 42.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#28968E (or 0x28968E) is known color: Java. HEX triplet: 28, 96 and 8E. RGB value is (40,150,142). Sum of RGB (Red+Green+Blue) = 40+150+142=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #28968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28968E is #D76971. Grayscale: #747474. Windows color (decimal): -14117234 or 9344552. OLE color: 9344552.

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

Color convert

RGB 40 150 142 -
CMYK 0.73 0 0.05 0.41
HSL 175.64º 0.58% 0.37% -
HSV(B) 175.64º 0.73% 0.59% -
XYZ 16.66 24.22 29.39 -
YUV 116.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 40 150 142 0.73 0 0.05 0.41 175.64 0.58 0.37
Hex 28 96 8E 49 0 5 29 B0 3A 25
Octal 50 226 216 111 0 5 51 260 72 45
Binary 101000 10010110 10001110 1001001 0 101 101001 10110000 111010 100101

Color Harmonies of #28968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28968E

Black with #28968E

Text Example


Text Example

White with #28968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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