#263100

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

Shades of Turtle Green #263100

Tints of Turtle Green #263100

Color information

#263100 (or 0x263100) is unknown color: approx Turtle Green. HEX triplet: 26, 31 and 00. RGB value is (38,49,0). Sum of RGB (Red+Green+Blue) = 38+49+0=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #263100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263100 is #D9CEFF. Grayscale: #282828. Windows color (decimal): -14274304 or 12582. OLE color: 12582.

HSL color Cylindrical-coordinate representation of color #263100: hue angle of 73.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #263100 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB38490-
CMYK0.22010.81
HSL73.47º100%9.61%-
HSV(B)73.47º100%19.22%-
XYZ1.92.610.4-
YUV40.12105.36126.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.68%
G=56.32%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal384900.22010.8173.471009.61
Hex2631016064514964a
Octal4661026014412111114412
Binary100110110001010110011001001010001100100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263100; }

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

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

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

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

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

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

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

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