#264800

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

Shades of Turtle Green #264800

Tints of Turtle Green #264800

Color information

#264800 (or 0x264800) is unknown color: approx Turtle Green. HEX triplet: 26, 48 and 00. RGB value is (38,72,0). Sum of RGB (Red+Green+Blue) = 38+72+0=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #264800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264800 is #D9B7FF. Grayscale: #353535. Windows color (decimal): -14268416 or 18470. OLE color: 18470.

HSL color Cylindrical-coordinate representation of color #264800: hue angle of 88.33º 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 #264800 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB38720-
CMYK0.47010.72
HSL88.33º100%14.12%-
HSV(B)88.33º100%28.24%-
XYZ3.125.050.81-
YUV53.6397.74116.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.55%
G=65.45%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal387200.47010.7288.3310014.12
Hex264802F064485864e
Octal46110057014411013014416
Binary10011010010000101111011001001001000101100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264800; }

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

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

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

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

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

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

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

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