#264402

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

Shades of Turtle Green #264402

Tints of Turtle Green #264402

Color information

#264402 (or 0x264402) is unknown color: approx Turtle Green. HEX triplet: 26, 44 and 02. RGB value is (38,68,2). Sum of RGB (Red+Green+Blue) = 38+68+2=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #264402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264402 is #D9BBFD. Grayscale: #333333. Windows color (decimal): -14269438 or 148518. OLE color: 148518.

HSL color Cylindrical-coordinate representation of color #264402: hue angle of 87.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264402 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB38682-
CMYK0.4400.970.73
HSL87.27º94.29%13.73%-
HSV(B)87.27º97.06%26.67%-
XYZ2.884.550.78-
YUV51.51100.06118.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 68 (26.95% from 255) = 62.96%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=35.19%
G=62.96%
B=1.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal386820.4400.970.7387.2794.2913.73
Hex264422C06149575ee
Octal46104254014111112713616
Binary100110100010010101100011000011001001101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264402; }

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

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

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

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

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

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

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

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