#293A03

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

Shades of Turtle Green #293A03

Tints of Turtle Green #293A03

Color information

#293A03 (or 0x293A03) is unknown color: approx Turtle Green. HEX triplet: 29, 3A and 03. RGB value is (41,58,3). Sum of RGB (Red+Green+Blue) = 41+58+3=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #293A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A03 is #D6C5FC. Grayscale: #2E2E2E. Windows color (decimal): -14075389 or 211497. OLE color: 211497.

HSL color Cylindrical-coordinate representation of color #293A03: hue angle of 78.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #293A03 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB41583-
CMYK0.2900.950.77
HSL78.55º90.16%11.96%-
HSV(B)78.55º94.83%22.75%-
XYZ2.443.50.63-
YUV46.65103.37123.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 58 (23.05% from 255) = 56.86%
BLUE value IS 3 (1.56% from 255) = 2.94%
R=40.20%
G=56.86%
B=2.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal415830.2900.950.7778.5590.1611.96
Hex293A31D05F4D4f5ac
Octal5172335013711511713214
Binary1010011110101111101010111111001101100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293A03; }

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

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

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

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

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

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

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

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