#264300

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

Shades of Turtle Green #264300

Tints of Turtle Green #264300

Color information

#264300 (or 0x264300) is unknown color: approx Turtle Green. HEX triplet: 26, 43 and 00. RGB value is (38,67,0). Sum of RGB (Red+Green+Blue) = 38+67+0=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #264300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264300 is #D9BCFF. Grayscale: #323232. Windows color (decimal): -14269696 or 17190. OLE color: 17190.

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

Color convert

RGB38670-
CMYK0.43010.74
HSL85.97º100%13.14%-
HSV(B)85.97º100%26.27%-
XYZ2.814.430.71-
YUV50.6999.39118.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.19%
GREEN value IS 67 (26.56% from 255) = 63.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.19%
G=63.81%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal386700.43010.7485.9710013.14
Hex264302B0644A5664d
Octal46103053014411212614415
Binary10011010000110101011011001001001010101011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264300; }

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

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

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

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

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

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

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

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