#264B05

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

Shades of Turtle Green #264B05

Tints of Turtle Green #264B05

Color information

#264B05 (or 0x264B05) is unknown color: approx Turtle Green. HEX triplet: 26, 4B and 05. RGB value is (38,75,5). Sum of RGB (Red+Green+Blue) = 38+75+5=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #264B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264B05 is #D9B4FA. Grayscale: #383838. Windows color (decimal): -14267643 or 346918. OLE color: 346918.

HSL color Cylindrical-coordinate representation of color #264B05: hue angle of 91.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #264B05 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB38755-
CMYK0.4900.930.71
HSL91.71º87.5%15.69%-
HSV(B)91.71º93.33%29.41%-
XYZ3.345.461.02-
YUV55.9699.24115.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 75 (29.69% from 255) = 63.56%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=32.20%
G=63.56%
B=4.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal387550.4900.930.7191.7187.515.69
Hex264B53105D475c5810
Octal46113561013510713413020
Binary10011010010111011100010101110110001111011100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B05; }

 p { color: rgb(38,75,5); }

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

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

 a { background-color: rgb(38,75,5); }

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

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

 span { border-color: rgb(38,75,5); }

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