#294100

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

Shades of Turtle Green #294100

Tints of Turtle Green #294100

Color information

#294100 (or 0x294100) is unknown color: approx Turtle Green. HEX triplet: 29, 41 and 00. RGB value is (41,65,0). Sum of RGB (Red+Green+Blue) = 41+65+0=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #294100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294100 is #D6BEFF. Grayscale: #323232. Windows color (decimal): -14073600 or 16681. OLE color: 16681.

HSL color Cylindrical-coordinate representation of color #294100: hue angle of 82.15º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #294100 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB41650-
CMYK0.37010.75
HSL82.15º100%12.75%-
HSV(B)82.15º100%25.49%-
XYZ2.84.250.67-
YUV50.4199.55121.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 65 (25.78% from 255) = 61.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.68%
G=61.32%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal416500.37010.7582.1510012.75
Hex29410250644B5264d
Octal51101045014411312214415
Binary10100110000010100101011001001001011101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294100; }

 p { color: rgb(41,65,0); }

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

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

 a { background-color: rgb(41,65,0); }

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

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

 span { border-color: rgb(41,65,0); }

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