#274B2A

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

Shades of Myrtle #274B2A

Tints of Myrtle #274B2A

Color information

#274B2A (or 0x274B2A) is unknown color: approx Myrtle. HEX triplet: 27, 4B and 2A. RGB value is (39,75,42). Sum of RGB (Red+Green+Blue) = 39+75+42=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #274B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B2A is #D8B4D5. Grayscale: #3C3C3C. Windows color (decimal): -14202070 or 2771751. OLE color: 2771751.

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

Color convert

RGB397542-
CMYK0.4800.440.71
HSL125º31.58%22.35%-
HSV(B)125º48%29.41%-
XYZ3.775.633.08-
YUV60.47117.57112.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=25%
G=48.08%
B=26.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975420.4800.440.7112531.5822.35
Hex274B2A3002C477d2016
Octal4711352600541071754026
Binary100111100101110101011000001011001000111111110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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