#265000

Color #265000 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #265000

Tints of Turtle Green #265000

Color information

#265000 (or 0x265000) is unknown color: approx Turtle Green. HEX triplet: 26, 50 and 00. RGB value is (38,80,0). Sum of RGB (Red+Green+Blue) = 38+80+0=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #265000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265000 is #D9AFFF. Grayscale: #3A3A3A. Windows color (decimal): -14266368 or 20518. OLE color: 20518.

HSL color Cylindrical-coordinate representation of color #265000: hue angle of 91.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #265000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB38800-
CMYK0.52010.69
HSL91.5º100%15.69%-
HSV(B)91.5º100%31.37%-
XYZ3.676.150.99-
YUV58.3295.09113.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.20%
G=67.80%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal388000.52010.6991.510015.69
Hex2650034064455c6410
Octal46120064014410513414420
Binary100110101000001101000110010010001011011100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265000; }

 p { color: rgb(38,80,0); }

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

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

 a { background-color: rgb(38,80,0); }

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

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

 span { border-color: rgb(38,80,0); }

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