#293005

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

Shades of Turtle Green #293005

Tints of Turtle Green #293005

Color information

#293005 (or 0x293005) is unknown color: approx Turtle Green. HEX triplet: 29, 30 and 05. RGB value is (41,48,5). Sum of RGB (Red+Green+Blue) = 41+48+5=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #293005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293005 is #D6CFFA. Grayscale: #292929. Windows color (decimal): -14077947 or 340009. OLE color: 340009.

HSL color Cylindrical-coordinate representation of color #293005: hue angle of 69.77º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #293005 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB41485-
CMYK0.1500.900.81
HSL69.77º81.13%10.39%-
HSV(B)69.77º89.58%18.82%-
XYZ22.60.54-
YUV41107.68128-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 48 (19.14% from 255) = 51.06%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=43.62%
G=51.06%
B=5.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414850.1500.900.8169.7781.1310.39
Hex29305F05A514651a
Octal5160517013212110612112
Binary1010011100001011111010110101010001100011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293005; }

 p { color: rgb(41,48,5); }

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

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

 a { background-color: rgb(41,48,5); }

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

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

 span { border-color: rgb(41,48,5); }

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