#263502

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

Shades of Turtle Green #263502

Tints of Turtle Green #263502

Color information

#263502 (or 0x263502) is unknown color: approx Turtle Green. HEX triplet: 26, 35 and 02. RGB value is (38,53,2). Sum of RGB (Red+Green+Blue) = 38+53+2=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #263502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263502 is #D9CAFD. Grayscale: #2A2A2A. Windows color (decimal): -14273278 or 144678. OLE color: 144678.

HSL color Cylindrical-coordinate representation of color #263502: hue angle of 77.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #263502 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB38532-
CMYK0.2800.960.79
HSL77.65º92.73%10.78%-
HSV(B)77.65º96.23%20.78%-
XYZ2.082.960.52-
YUV42.7105.03124.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 53 (21.09% from 255) = 56.99%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=40.86%
G=56.99%
B=2.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal385320.2800.960.7977.6592.7310.78
Hex263521C0604F4e5db
Octal4665234014011711613513
Binary1001101101011011100011000001001111100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263502; }

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

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

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

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

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

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

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

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