#293F0A

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

Shades of Turtle Green #293F0A

Tints of Turtle Green #293F0A

Color information

#293F0A (or 0x293F0A) is unknown color: approx Turtle Green. HEX triplet: 29, 3F and 0A. RGB value is (41,63,10). Sum of RGB (Red+Green+Blue) = 41+63+10=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 63 (25% from 255 or 55.26% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 63 - color contains mainly: green. Hex color #293F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F0A is #D6C0F5. Grayscale: #323232. Windows color (decimal): -14074102 or 671529. OLE color: 671529.

HSL color Cylindrical-coordinate representation of color #293F0A: hue angle of 84.91º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #293F0A is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB416310-
CMYK0.3500.840.75
HSL84.91º72.6%14.31%-
HSV(B)84.91º84.13%24.71%-
XYZ2.754.050.92-
YUV50.38105.21121.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 63 (25% from 255) = 55.26%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=35.96%
G=55.26%
B=8.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163100.3500.840.7584.9172.614.31
Hex293FA230544B5549e
Octal51771243012411312511116
Binary1010011111111010100011010101001001011101010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,63,10); }

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

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

 a { background-color: rgb(41,63,10); }

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

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

 span { border-color: rgb(41,63,10); }

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