Html Css Color HEX #28826B Genoa

📋 copy color: '#28826B'

red 40 ◦ green 130 ◦ blue 107

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

Shades of Genoa #28826B

Tints of Genoa #28826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 14.44%
G = 46.93%
B = 38.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#28826B (or 0x28826B) is known color: Genoa. HEX triplet: 28, 82 and 6B. RGB value is (40,130,107). Sum of RGB (Red+Green+Blue) = 40+130+107=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #28826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28826B is #D77D94. Grayscale: #646464. Windows color (decimal): -14122389 or 7045672. OLE color: 7045672.

HSL color Cylindrical-coordinate representation of color #28826B: hue angle of 164.67º 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 #28826B is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 130 107 -
CMYK 0.69 0 0.18 0.49
HSL 164.67º 0.53% 0.33% -
HSV(B) 164.67º 0.69% 0.51% -
XYZ 11.51 17.48 16.68 -
YUV 100.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 40 130 107 0.69 0 0.18 0.49 164.67 0.53 0.33
Hex 28 82 6B 45 0 12 31 A5 35 21
Octal 50 202 153 105 0 22 61 245 65 41
Binary 101000 10000010 1101011 1000101 0 10010 110001 10100101 110101 100001

Color Harmonies of #28826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28826B

Black with #28826B

Text Example


Text Example

White with #28826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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