#293F0C

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

Shades of Turtle Green #293F0C

Tints of Turtle Green #293F0C

Color information

#293F0C (or 0x293F0C) is unknown color: approx Turtle Green. HEX triplet: 29, 3F and 0C. RGB value is (41,63,12). Sum of RGB (Red+Green+Blue) = 41+63+12=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #293F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293F0C is #D6C0F3. Grayscale: #323232. Windows color (decimal): -14074100 or 802601. OLE color: 802601.

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

Color convert

RGB416312-
CMYK0.3500.810.75
HSL85.88º68%14.71%-
HSV(B)85.88º80.95%24.71%-
XYZ2.764.050.98-
YUV50.61106.21121.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 63 (25% from 255) = 54.31%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=35.34%
G=54.31%
B=10.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163120.3500.810.7585.886814.71
Hex293FC230514B5644f
Octal51771443012111312610417
Binary1010011111111100100011010100011001011101011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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