#264301

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

Shades of Turtle Green #264301

Tints of Turtle Green #264301

Color information

#264301 (or 0x264301) is unknown color: approx Turtle Green. HEX triplet: 26, 43 and 01. RGB value is (38,67,1). Sum of RGB (Red+Green+Blue) = 38+67+1=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #264301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264301 is #D9BCFE. Grayscale: #333333. Windows color (decimal): -14269695 or 82726. OLE color: 82726.

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

Color convert

RGB38671-
CMYK0.4300.990.74
HSL86.36º97.06%13.33%-
HSV(B)86.36º98.51%26.27%-
XYZ2.814.430.74-
YUV50.899.89118.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=35.85%
G=63.21%
B=0.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal386710.4300.990.7486.3697.0613.33
Hex264312B0634A5661d
Octal46103153014311212614115
Binary10011010000111101011011000111001010101011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264301; }

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

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

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

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

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

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

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

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