#263102

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

Shades of Turtle Green #263102

Tints of Turtle Green #263102

Color information

#263102 (or 0x263102) is unknown color: approx Turtle Green. HEX triplet: 26, 31 and 02. RGB value is (38,49,2). Sum of RGB (Red+Green+Blue) = 38+49+2=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #263102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263102 is #D9CEFD. Grayscale: #282828. Windows color (decimal): -14274302 or 143654. OLE color: 143654.

HSL color Cylindrical-coordinate representation of color #263102: hue angle of 74.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 #263102 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB38492-
CMYK0.2200.960.81
HSL74.04º92.16%10%-
HSV(B)74.04º95.92%19.22%-
XYZ1.912.610.46-
YUV40.35106.36126.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=42.70%
G=55.06%
B=2.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal384920.2200.960.8174.0492.1610
Hex2631216060514a5ca
Octal4661226014012111213412
Binary1001101100011010110011000001010001100101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263102; }

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

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

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

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

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

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

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

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