Html Css Color HEX #28918A Java

📋 copy color: '#28918A'

red 40 ◦ green 145 ◦ blue 138

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

Shades of Java #28918A

Tints of Java #28918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

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

R = 12.38%
G = 44.89%
B = 42.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#28918A (or 0x28918A) is known color: Java. HEX triplet: 28, 91 and 8A. RGB value is (40,145,138). Sum of RGB (Red+Green+Blue) = 40+145+138=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #28918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28918A is #D76E75. Grayscale: #707070. Windows color (decimal): -14118518 or 9081128. OLE color: 9081128.

HSL color Cylindrical-coordinate representation of color #28918A: hue angle of 176º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28918A is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 145 138 -
CMYK 0.72 0 0.05 0.43
HSL 176º 0.57% 0.36% -
HSV(B) 176º 0.72% 0.57% -
XYZ 15.59 22.54 27.57 -
YUV 112.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 40 145 138 0.72 0 0.05 0.43 176 0.57 0.36
Hex 28 91 8A 48 0 5 2B B0 39 24
Octal 50 221 212 110 0 5 53 260 71 44
Binary 101000 10010001 10001010 1001000 0 101 101011 10110000 111001 100100

Color Harmonies of #28918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28918A

Black with #28918A

Text Example


Text Example

White with #28918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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