#293C03

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

Shades of Turtle Green #293C03

Tints of Turtle Green #293C03

Color information

#293C03 (or 0x293C03) is unknown color: approx Turtle Green. HEX triplet: 29, 3C and 03. RGB value is (41,60,3). Sum of RGB (Red+Green+Blue) = 41+60+3=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #293C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293C03 is #D6C3FC. Grayscale: #303030. Windows color (decimal): -14074877 or 212009. OLE color: 212009.

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

Color convert

RGB41603-
CMYK0.3200.950.76
HSL80º90.48%12.35%-
HSV(B)80º95%23.53%-
XYZ2.553.710.67-
YUV47.82102.71123.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 60 (23.83% from 255) = 57.69%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=39.42%
G=57.69%
B=2.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal416030.3200.950.768090.4812.35
Hex293C32005F4C505ac
Octal5174340013711412013214
Binary10100111110011100000010111111001100101000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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