#263002

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

Shades of Turtle Green #263002

Tints of Turtle Green #263002

Color information

#263002 (or 0x263002) is unknown color: approx Turtle Green. HEX triplet: 26, 30 and 02. RGB value is (38,48,2). Sum of RGB (Red+Green+Blue) = 38+48+2=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #263002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263002 is #D9CFFD. Grayscale: #272727. Windows color (decimal): -14274558 or 143398. OLE color: 143398.

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

Color convert

RGB38482-
CMYK0.2100.960.81
HSL73.04º92%9.8%-
HSV(B)73.04º95.83%18.82%-
XYZ1.872.530.45-
YUV39.77106.69126.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 48 (19.14% from 255) = 54.55%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=43.18%
G=54.55%
B=2.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal384820.2100.960.8173.04929.8
Hex263021506051495ca
Octal4660225014012111113412
Binary1001101100001010101011000001010001100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263002; }

 p { color: rgb(38,48,2); }

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

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

 a { background-color: rgb(38,48,2); }

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

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

 span { border-color: rgb(38,48,2); }

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