#263101

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

Shades of Turtle Green #263101

Tints of Turtle Green #263101

Color information

#263101 (or 0x263101) is unknown color: approx Turtle Green. HEX triplet: 26, 31 and 01. RGB value is (38,49,1). Sum of RGB (Red+Green+Blue) = 38+49+1=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #263101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263101 is #D9CEFE. Grayscale: #282828. Windows color (decimal): -14274303 or 78118. OLE color: 78118.

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

Color convert

RGB38491-
CMYK0.2200.980.81
HSL73.75º96%9.8%-
HSV(B)73.75º97.96%19.22%-
XYZ1.92.610.43-
YUV40.24105.86126.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=43.18%
G=55.68%
B=1.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal384910.2200.980.8173.75969.8
Hex2631116062514a60a
Octal4661126014212111214012
Binary100110110001110110011000101010001100101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263101; }

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

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

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

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

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

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

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

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