#264202

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

Shades of Turtle Green #264202

Tints of Turtle Green #264202

Color information

#264202 (or 0x264202) is unknown color: approx Turtle Green. HEX triplet: 26, 42 and 02. RGB value is (38,66,2). Sum of RGB (Red+Green+Blue) = 38+66+2=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #264202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264202 is #D9BDFD. Grayscale: #323232. Windows color (decimal): -14269950 or 148006. OLE color: 148006.

HSL color Cylindrical-coordinate representation of color #264202: hue angle of 86.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264202 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB38662-
CMYK0.4200.970.74
HSL86.25º94.12%13.33%-
HSV(B)86.25º96.97%25.88%-
XYZ2.764.310.74-
YUV50.33100.72119.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=35.85%
G=62.26%
B=1.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal386620.4200.970.7486.2594.1213.33
Hex264222A0614A565ed
Octal46102252014111212613615
Binary100110100001010101010011000011001010101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264202; }

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

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

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

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

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

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

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

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