#274A2A

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

Shades of Myrtle #274A2A

Tints of Myrtle #274A2A

Color information

#274A2A (or 0x274A2A) is unknown color: approx Myrtle. HEX triplet: 27, 4A and 2A. RGB value is (39,74,42). Sum of RGB (Red+Green+Blue) = 39+74+42=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #274A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A2A is #D8B5D5. Grayscale: #3B3B3B. Windows color (decimal): -14202326 or 2771495. OLE color: 2771495.

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

Color convert

RGB397442-
CMYK0.4700.430.71
HSL125.14º30.97%22.16%-
HSV(B)125.14º47.3%29.02%-
XYZ3.75.53.06-
YUV59.89117.9113.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 74 (29.30% from 255) = 47.74%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=25.16%
G=47.74%
B=27.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3974420.4700.430.71125.1430.9722.16
Hex274A2A2F02B477d1f16
Octal4711252570531071753726
Binary10011110010101010101011110101011100011111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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