#275A12

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

Shades of Myrtle #275A12

Tints of Myrtle #275A12

Color information

#275A12 (or 0x275A12) is unknown color: approx Myrtle. HEX triplet: 27, 5A and 12. RGB value is (39,90,18). Sum of RGB (Red+Green+Blue) = 39+90+18=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #275A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A12 is #D8A5ED. Grayscale: #424242. Windows color (decimal): -14198254 or 1202727. OLE color: 1202727.

HSL color Cylindrical-coordinate representation of color #275A12: hue angle of 102.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275A12 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB399018-
CMYK0.5700.800.65
HSL102.5º66.67%21.18%-
HSV(B)102.5º80%35.29%-
XYZ4.67.791.83-
YUV66.54100.6108.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.53%
GREEN value IS 90 (35.55% from 255) = 61.22%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=26.53%
G=61.22%
B=12.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990180.5700.800.65102.566.6721.18
Hex275A123905041664315
Octal471322271012010114610325
Binary1001111011010100101110010101000010000011100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A12; }

 p { color: rgb(39,90,18); }

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

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

 a { background-color: rgb(39,90,18); }

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

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

 span { border-color: rgb(39,90,18); }

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