#293A02

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

Shades of Turtle Green #293A02

Tints of Turtle Green #293A02

Color information

#293A02 (or 0x293A02) is unknown color: approx Turtle Green. HEX triplet: 29, 3A and 02. RGB value is (41,58,2). Sum of RGB (Red+Green+Blue) = 41+58+2=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #293A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A02 is #D6C5FD. Grayscale: #2E2E2E. Windows color (decimal): -14075390 or 145961. OLE color: 145961.

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

Color convert

RGB41582-
CMYK0.2900.970.77
HSL78.21º93.33%11.76%-
HSV(B)78.21º96.55%22.75%-
XYZ2.443.50.6-
YUV46.53102.87124.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=40.59%
G=57.43%
B=1.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal415820.2900.970.7778.2193.3311.76
Hex293A21D0614D4e5dc
Octal5172235014111511613514
Binary1010011110101011101011000011001101100111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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