Html Css Color HEX #27826E Genoa

📋 copy color: '#27826E'

red 39 ◦ green 130 ◦ blue 110

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

Shades of Genoa #27826E

Tints of Genoa #27826E

RGB

 RED value IS 39 (15.63% from 255) = 13.98%

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

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 13.98%
G = 46.59%
B = 39.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#27826E (or 0x27826E) is known color: Genoa. HEX triplet: 27, 82 and 6E. RGB value is (39,130,110). Sum of RGB (Red+Green+Blue) = 39+130+110=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #27826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27826E is #D87D91. Grayscale: #646464. Windows color (decimal): -14187922 or 7242279. OLE color: 7242279.

HSL color Cylindrical-coordinate representation of color #27826E: hue angle of 166.81º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27826E is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 130 110 -
CMYK 0.70 0 0.15 0.49
HSL 166.81º 0.54% 0.33% -
HSV(B) 166.81º 0.7% 0.51% -
XYZ 11.63 17.52 17.52 -
YUV 100.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 39 130 110 0.70 0 0.15 0.49 166.81 0.54 0.33
Hex 27 82 6E 46 0 F 31 A7 36 21
Octal 47 202 156 106 0 17 61 247 66 41
Binary 100111 10000010 1101110 1000110 0 1111 110001 10100111 110110 100001

Color Harmonies of #27826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27826E

Black with #27826E

Text Example


Text Example

White with #27826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,130,110); }

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

background-color css

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

 a { background-color: rgb(39,130,110); }

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

border-color css

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

 span { border-color: rgb(39,130,110); }

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