Html Css Color HEX #294605 Turtle Green

📋 copy color: '#294605'

red 41 ◦ green 70 ◦ blue 5

#294605
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #294605

Tints of Turtle Green #294605

RGB

 RED value IS 41 (16.41% from 255) = 35.34%

 GREEN value IS 70 (27.73% from 255) = 60.34%

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 35.34%
G = 60.34%
B = 4.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#294605 (or 0x294605) is known color: Turtle Green. HEX triplet: 29, 46 and 05. RGB value is (41,70,5). Sum of RGB (Red+Green+Blue) = 41+70+5=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #294605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294605 is #D6B9FA. Grayscale: #363636. Windows color (decimal): -14072315 or 345641. OLE color: 345641.

HSL color Cylindrical-coordinate representation of color #294605: hue angle of 86.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #294605 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 70 5 -
CMYK 0.41 0 0.93 0.73
HSL 86.77º 0.87% 0.15% -
HSV(B) 86.77º 0.93% 0.27% -
XYZ 3.13 4.86 0.92 -
YUV 53.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 41 70 5 0.41 0 0.93 0.73 86.77 0.87 0.15
Hex 29 46 5 29 0 5D 49 57 57 F
Octal 51 106 5 51 0 135 111 127 127 17
Binary 101001 1000110 101 101001 0 1011101 1001001 1010111 1010111 1111

Color Harmonies of #294605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294605

Black with #294605

Text Example


Text Example

White with #294605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294605; }

 p { color: rgb(41,70,5); }

 H1.HeaderClassName
 {
   color: #294605;
 }
 .AnyTagClassName
 {
   color: #294605;
 }
</style>

background-color css

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

 a { background-color: rgb(41,70,5); }

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

border-color css

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

 span { border-color: rgb(41,70,5); }

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