#264003

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

Shades of Turtle Green #264003

Tints of Turtle Green #264003

Color information

#264003 (or 0x264003) is unknown color: approx Turtle Green. HEX triplet: 26, 40 and 03. RGB value is (38,64,3). Sum of RGB (Red+Green+Blue) = 38+64+3=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #264003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264003 is #D9BFFC. Grayscale: #313131. Windows color (decimal): -14270461 or 213030. OLE color: 213030.

HSL color Cylindrical-coordinate representation of color #264003: hue angle of 85.57º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #264003 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB38643-
CMYK0.4100.950.75
HSL85.57º91.04%13.14%-
HSV(B)85.57º95.31%25.1%-
XYZ2.654.090.74-
YUV49.27101.89119.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 3 (1.56% from 255) = 2.86%
R=36.19%
G=60.95%
B=2.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal386430.4100.950.7585.5791.0413.14
Hex264032905F4B565bd
Octal46100351013711312613315
Binary100110100000011101001010111111001011101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264003; }

 p { color: rgb(38,64,3); }

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

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

 a { background-color: rgb(38,64,3); }

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

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

 span { border-color: rgb(38,64,3); }

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