#265F02

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

Shades of Myrtle #265F02

Tints of Myrtle #265F02

Color information

#265F02 (or 0x265F02) is unknown color: approx Myrtle. HEX triplet: 26, 5F and 02. RGB value is (38,95,2). Sum of RGB (Red+Green+Blue) = 38+95+2=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #265F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265F02 is #D9A0FD. Grayscale: #434343. Windows color (decimal): -14262526 or 155430. OLE color: 155430.

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

Color convert

RGB38952-
CMYK0.6000.980.63
HSL96.77º95.88%19.02%-
HSV(B)96.77º97.89%37.25%-
XYZ4.98.61.46-
YUV67.3591.12107.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 95 (37.5% from 255) = 70.37%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=28.15%
G=70.37%
B=1.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal389520.6000.980.6396.7795.8819.02
Hex265F23C0623F616013
Octal4613727401427714114023
Binary100110101111110111100011000101111111100001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265F02; }

 p { color: rgb(38,95,2); }

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

<style>
 a { background-color: #265F02; }

 a { background-color: rgb(38,95,2); }

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

<style>
 span { border-color: #265F02; }

 span { border-color: rgb(38,95,2); }

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