#275D00

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

Shades of Myrtle #275D00

Tints of Myrtle #275D00

Color information

#275D00 (or 0x275D00) is unknown color: approx Myrtle. HEX triplet: 27, 5D and 00. RGB value is (39,93,0). Sum of RGB (Red+Green+Blue) = 39+93+0=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #275D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275D00 is #D8A2FF. Grayscale: #424242. Windows color (decimal): -14197504 or 23847. OLE color: 23847.

HSL color Cylindrical-coordinate representation of color #275D00: hue angle of 94.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #275D00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB39930-
CMYK0.58010.64
HSL94.84º100%18.24%-
HSV(B)94.84º100%36.47%-
XYZ4.758.261.34-
YUV66.2590.61108.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 93 (36.72% from 255) = 70.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.55%
G=70.45%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal399300.58010.6494.8410018.24
Hex275D03A064405f6412
Octal47135072014410013714422
Binary100111101110101110100110010010000001011111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,0); }

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

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

 a { background-color: rgb(39,93,0); }

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

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

 span { border-color: rgb(39,93,0); }

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