Html Css Color HEX #28827B Elm

📋 copy color: '#28827B'

red 40 ◦ green 130 ◦ blue 123

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

Shades of Elm #28827B

Tints of Elm #28827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 13.65%
G = 44.37%
B = 41.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#28827B (or 0x28827B) is known color: Elm. HEX triplet: 28, 82 and 7B. RGB value is (40,130,123). Sum of RGB (Red+Green+Blue) = 40+130+123=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #28827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28827B is #D77D84. Grayscale: #666666. Windows color (decimal): -14122373 or 8094248. OLE color: 8094248.

HSL color Cylindrical-coordinate representation of color #28827B: hue angle of 175.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28827B is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 123 -
CMYK 0.69 0 0.05 0.49
HSL 175.33º 0.53% 0.33% -
HSV(B) 175.33º 0.69% 0.51% -
XYZ 12.43 17.85 21.53 -
YUV 102.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 40 130 123 0.69 0 0.05 0.49 175.33 0.53 0.33
Hex 28 82 7B 45 0 5 31 AF 35 21
Octal 50 202 173 105 0 5 61 257 65 41
Binary 101000 10000010 1111011 1000101 0 101 110001 10101111 110101 100001

Color Harmonies of #28827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28827B

Black with #28827B

Text Example


Text Example

White with #28827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28827B; }

 p { color: rgb(40,130,123); }

 H1.HeaderClassName
 {
   color: #28827B;
 }
 .AnyTagClassName
 {
   color: #28827B;
 }
</style>

background-color css

<style>
 a { background-color: #28827B; }

 a { background-color: rgb(40,130,123); }

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

border-color css

<style>
 span { border-color: #28827B; }

 span { border-color: rgb(40,130,123); }

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