#274A1F

Color #274A1F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #274A1F

Tints of Myrtle #274A1F

Color information

#274A1F (or 0x274A1F) is unknown color: approx Myrtle. HEX triplet: 27, 4A and 1F. RGB value is (39,74,31). Sum of RGB (Red+Green+Blue) = 39+74+31=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #274A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A1F is #D8B5E0. Grayscale: #3A3A3A. Windows color (decimal): -14202337 or 2050599. OLE color: 2050599.

HSL color Cylindrical-coordinate representation of color #274A1F: hue angle of 108.84º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #274A1F is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB397431-
CMYK0.4700.580.71
HSL108.84º40.95%20.59%-
HSV(B)108.84º58.11%29.02%-
XYZ3.535.432.16-
YUV58.63112.4114-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 74 (29.30% from 255) = 51.39%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=27.08%
G=51.39%
B=21.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3974310.4700.580.71108.8440.9520.59
Hex274A1F2F03A476d2915
Octal4711237570721071555125
Binary10011110010101111110111101110101000111110110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274A1F; }

 p { color: rgb(39,74,31); }

 H1.HeaderClassName
 {
   color: #274A1F;
 }
 .AnyTagClassName
 {
   color: #274A1F;
 }
</style>
background-color css

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

 a { background-color: rgb(39,74,31); }

 div.DivClassName
 {
   background-color: #274A1F;
 }
 .BgClassName
 {
   background-color: #274A1F;
 }
</style>
border-color css

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

 span { border-color: rgb(39,74,31); }

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