#275F01

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

Shades of Myrtle #275F01

Tints of Myrtle #275F01

Color information

#275F01 (or 0x275F01) is unknown color: approx Myrtle. HEX triplet: 27, 5F and 01. RGB value is (39,95,1). Sum of RGB (Red+Green+Blue) = 39+95+1=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #275F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275F01 is #D8A0FE. Grayscale: #434343. Windows color (decimal): -14196991 or 89895. OLE color: 89895.

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

Color convert

RGB39951-
CMYK0.5900.990.63
HSL95.74º97.92%18.82%-
HSV(B)95.74º98.95%37.25%-
XYZ4.938.621.43-
YUV67.5490.45107.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.89%
GREEN value IS 95 (37.5% from 255) = 70.37%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=28.89%
G=70.37%
B=0.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal399510.5900.990.6395.7497.9218.82
Hex275F13B0633F606213
Octal4713717301437714014223
Binary10011110111111111011011000111111111100000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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