#293004

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

Shades of Turtle Green #293004

Tints of Turtle Green #293004

Color information

#293004 (or 0x293004) is unknown color: approx Turtle Green. HEX triplet: 29, 30 and 04. RGB value is (41,48,4). Sum of RGB (Red+Green+Blue) = 41+48+4=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #293004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293004 is #D6CFFB. Grayscale: #292929. Windows color (decimal): -14077948 or 274473. OLE color: 274473.

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

Color convert

RGB41484-
CMYK0.1500.920.81
HSL69.55º84.62%10.2%-
HSV(B)69.55º91.67%18.82%-
XYZ1.992.590.51-
YUV40.89107.18128.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=44.09%
G=51.61%
B=4.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414840.1500.920.8169.5584.6210.2
Hex29304F05C514655a
Octal5160417013412110612512
Binary1010011100001001111010111001010001100011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293004; }

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

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

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

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

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

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

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

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