#275F00

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

Shades of Myrtle #275F00

Tints of Myrtle #275F00

Color information

#275F00 (or 0x275F00) is unknown color: approx Myrtle. HEX triplet: 27, 5F and 00. RGB value is (39,95,0). Sum of RGB (Red+Green+Blue) = 39+95+0=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #275F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275F00 is #D8A0FF. Grayscale: #434343. Windows color (decimal): -14196992 or 24359. OLE color: 24359.

HSL color Cylindrical-coordinate representation of color #275F00: hue angle of 95.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #275F00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB39950-
CMYK0.59010.63
HSL95.37º100%18.63%-
HSV(B)95.37º100%37.25%-
XYZ4.938.621.4-
YUV67.4389.95107.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 95 (37.5% from 255) = 70.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.10%
G=70.90%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal399500.59010.6395.3710018.63
Hex275F03B0643F5f6413
Octal4713707301447713714423
Binary10011110111110111011011001001111111011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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