Html Css Color HEX #294600 Turtle Green

📋 copy color: '#294600'

red 41 ◦ green 70 ◦ blue 0

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

Shades of Turtle Green #294600

Tints of Turtle Green #294600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.94%
G = 63.06%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#294600 (or 0x294600) is known color: Turtle Green. HEX triplet: 29, 46 and 00. RGB value is (41,70,0). Sum of RGB (Red+Green+Blue) = 41+70+0=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #294600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294600 is #D6B9FF. Grayscale: #353535. Windows color (decimal): -14072320 or 17961. OLE color: 17961.

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

Color convert

RGB 41 70 0 -
CMYK 0.41 0 1 0.73
HSL 84.86º 1% 0.14% -
HSV(B) 84.86º 1% 0.27% -
XYZ 3.1 4.85 0.77 -
YUV 53.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 41 70 0 0.41 0 1 0.73 84.86 1 0.14
Hex 29 46 0 29 0 64 49 55 64 E
Octal 51 106 0 51 0 144 111 125 144 16
Binary 101001 1000110 0 101001 0 1100100 1001001 1010101 1100100 1110

Color Harmonies of #294600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294600

Black with #294600

Text Example


Text Example

White with #294600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294600; }

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

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

background-color css

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

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

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

border-color css

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

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

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