Html Css Color HEX #28968A Java

📋 copy color: '#28968A'

red 40 ◦ green 150 ◦ blue 138

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

Shades of Java #28968A

Tints of Java #28968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 12.2%
G = 45.73%
B = 42.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#28968A (or 0x28968A) is known color: Java. HEX triplet: 28, 96 and 8A. RGB value is (40,150,138). Sum of RGB (Red+Green+Blue) = 40+150+138=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #28968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28968A is #D76975. Grayscale: #737373. Windows color (decimal): -14117238 or 9082408. OLE color: 9082408.

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

Color convert

RGB 40 150 138 -
CMYK 0.73 0 0.08 0.41
HSL 173.45º 0.58% 0.37% -
HSV(B) 173.45º 0.73% 0.59% -
XYZ 16.37 24.1 27.83 -
YUV 115.74 140.56 73.98 -
System Red Green Blue C M Y K H S L
Decimal 40 150 138 0.73 0 0.08 0.41 173.45 0.58 0.37
Hex 28 96 8A 49 0 8 29 AD 3A 25
Octal 50 226 212 111 0 10 51 255 72 45
Binary 101000 10010110 10001010 1001001 0 1000 101001 10101101 111010 100101

Color Harmonies of #28968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28968A

Black with #28968A

Text Example


Text Example

White with #28968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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