#263305

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

Shades of Turtle Green #263305

Tints of Turtle Green #263305

Color information

#263305 (or 0x263305) is unknown color: approx Turtle Green. HEX triplet: 26, 33 and 05. RGB value is (38,51,5). Sum of RGB (Red+Green+Blue) = 38+51+5=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #263305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263305 is #D9CCFA. Grayscale: #2A2A2A. Windows color (decimal): -14273787 or 340774. OLE color: 340774.

HSL color Cylindrical-coordinate representation of color #263305: hue angle of 76.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #263305 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB38515-
CMYK0.2500.900.8
HSL76.96º82.14%10.98%-
HSV(B)76.96º90.2%20%-
XYZ2.012.790.58-
YUV41.87107.19125.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 51 (20.31% from 255) = 54.26%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=40.43%
G=54.26%
B=5.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal385150.2500.900.876.9682.1410.98
Hex263351905A504d52b
Octal4663531013212011512213
Binary10011011001110111001010110101010000100110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263305; }

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

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

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

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

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

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

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

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