#293002

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

Shades of Turtle Green #293002

Tints of Turtle Green #293002

Color information

#293002 (or 0x293002) is unknown color: approx Turtle Green. HEX triplet: 29, 30 and 02. RGB value is (41,48,2). Sum of RGB (Red+Green+Blue) = 41+48+2=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #293002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293002 is #D6CFFD. Grayscale: #282828. Windows color (decimal): -14077950 or 143401. OLE color: 143401.

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

Color convert

RGB41482-
CMYK0.1500.960.81
HSL69.13º92%9.8%-
HSV(B)69.13º95.83%18.82%-
XYZ1.982.590.45-
YUV40.66106.18128.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=45.05%
G=52.75%
B=2.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414820.1500.960.8169.13929.8
Hex29302F06051455ca
Octal5160217014012110513412
Binary101001110000101111011000001010001100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293002; }

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

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

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

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

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

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

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

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