#264700

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

Shades of Turtle Green #264700

Tints of Turtle Green #264700

Color information

#264700 (or 0x264700) is unknown color: approx Turtle Green. HEX triplet: 26, 47 and 00. RGB value is (38,71,0). Sum of RGB (Red+Green+Blue) = 38+71+0=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #264700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264700 is #D9B8FF. Grayscale: #353535. Windows color (decimal): -14268672 or 18214. OLE color: 18214.

HSL color Cylindrical-coordinate representation of color #264700: hue angle of 87.89º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #264700 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB38710-
CMYK0.46010.72
HSL87.89º100%13.92%-
HSV(B)87.89º100%27.84%-
XYZ3.054.920.79-
YUV53.0498.07117.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 71 (28.12% from 255) = 65.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.86%
G=65.14%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal387100.46010.7287.8910013.92
Hex264702E064485864e
Octal46107056014411013014416
Binary10011010001110101110011001001001000101100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264700; }

 p { color: rgb(38,71,0); }

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

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

 a { background-color: rgb(38,71,0); }

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

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

 span { border-color: rgb(38,71,0); }

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