Html Css Color HEX #278370 Genoa

📋 copy color: '#278370'

red 39 ◦ green 131 ◦ blue 112

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

Shades of Genoa #278370

Tints of Genoa #278370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.45%

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 13.83%
G = 46.45%
B = 39.72%

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

#278370 (or 0x278370) is known color: Genoa. HEX triplet: 27, 83 and 70. RGB value is (39,131,112). Sum of RGB (Red+Green+Blue) = 39+131+112=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #278370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278370 is #D87C8F. Grayscale: #656565. Windows color (decimal): -14187664 or 7373607. OLE color: 7373607.

HSL color Cylindrical-coordinate representation of color #278370: hue angle of 167.61º 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 #278370 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 131 112 -
CMYK 0.70 0 0.15 0.49
HSL 167.61º 0.54% 0.33% -
HSV(B) 167.61º 0.7% 0.51% -
XYZ 11.88 17.83 18.15 -
YUV 101.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 39 131 112 0.70 0 0.15 0.49 167.61 0.54 0.33
Hex 27 83 70 46 0 F 31 A8 36 21
Octal 47 203 160 106 0 17 61 250 66 41
Binary 100111 10000011 1110000 1000110 0 1111 110001 10101000 110110 100001

Color Harmonies of #278370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278370

Black with #278370

Text Example


Text Example

White with #278370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278370; }

 p { color: rgb(39,131,112); }

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

background-color css

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

 a { background-color: rgb(39,131,112); }

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

border-color css

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

 span { border-color: rgb(39,131,112); }

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