#293D0C

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

Shades of Turtle Green #293D0C

Tints of Turtle Green #293D0C

Color information

#293D0C (or 0x293D0C) is unknown color: approx Turtle Green. HEX triplet: 29, 3D and 0C. RGB value is (41,61,12). Sum of RGB (Red+Green+Blue) = 41+61+12=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #293D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293D0C is #D6C2F3. Grayscale: #313131. Windows color (decimal): -14074612 or 802089. OLE color: 802089.

HSL color Cylindrical-coordinate representation of color #293D0C: hue angle of 84.49º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293D0C is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB416112-
CMYK0.3300.800.76
HSL84.49º67.12%14.31%-
HSV(B)84.49º80.33%23.92%-
XYZ2.653.840.95-
YUV49.43106.87121.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 61 (24.22% from 255) = 53.51%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=35.96%
G=53.51%
B=10.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4161120.3300.800.7684.4967.1214.31
Hex293DC210504C5443e
Octal51751441012011412410316
Binary1010011111011100100001010100001001100101010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,12); }

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

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

 a { background-color: rgb(41,61,12); }

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

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

 span { border-color: rgb(41,61,12); }

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