#264801

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

Shades of Turtle Green #264801

Tints of Turtle Green #264801

Color information

#264801 (or 0x264801) is unknown color: approx Turtle Green. HEX triplet: 26, 48 and 01. RGB value is (38,72,1). Sum of RGB (Red+Green+Blue) = 38+72+1=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #264801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264801 is #D9B7FE. Grayscale: #353535. Windows color (decimal): -14268415 or 84006. OLE color: 84006.

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

Color convert

RGB38721-
CMYK0.4700.990.72
HSL88.73º97.26%14.31%-
HSV(B)88.73º98.61%28.24%-
XYZ3.125.050.84-
YUV53.7498.24116.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 72 (28.52% from 255) = 64.86%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=34.23%
G=64.86%
B=0.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal387210.4700.990.7288.7397.2614.31
Hex264812F063485961e
Octal46110157014311013114116
Binary10011010010001101111011000111001000101100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264801; }

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

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

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

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

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

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

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

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