#293003

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

Shades of Turtle Green #293003

Tints of Turtle Green #293003

Color information

#293003 (or 0x293003) is unknown color: approx Turtle Green. HEX triplet: 29, 30 and 03. RGB value is (41,48,3). Sum of RGB (Red+Green+Blue) = 41+48+3=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #293003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293003 is #D6CFFC. Grayscale: #282828. Windows color (decimal): -14077949 or 208937. OLE color: 208937.

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

Color convert

RGB41483-
CMYK0.1500.940.81
HSL69.33º88.24%10%-
HSV(B)69.33º93.75%18.82%-
XYZ1.992.590.48-
YUV40.78106.68128.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=44.57%
G=52.17%
B=3.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal414830.1500.940.8169.3388.2410
Hex29303F05E514558a
Octal5160317013612110513012
Binary101001110000111111010111101010001100010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293003; }

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

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

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

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

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

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

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

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