Html Css Color HEX #294205 Turtle Green

📋 copy color: '#294205'

red 41 ◦ green 66 ◦ blue 5

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

Shades of Turtle Green #294205

Tints of Turtle Green #294205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.93%

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

R = 36.61%
G = 58.93%
B = 4.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#294205 (or 0x294205) is known color: Turtle Green. HEX triplet: 29, 42 and 05. RGB value is (41,66,5). Sum of RGB (Red+Green+Blue) = 41+66+5=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #294205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294205 is #D6BDFA. Grayscale: #333333. Windows color (decimal): -14073339 or 344617. OLE color: 344617.

HSL color Cylindrical-coordinate representation of color #294205: hue angle of 84.59º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #294205 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 5 -
CMYK 0.38 0 0.92 0.74
HSL 84.59º 0.86% 0.14% -
HSV(B) 84.59º 0.92% 0.26% -
XYZ 2.89 4.38 0.84 -
YUV 51.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 41 66 5 0.38 0 0.92 0.74 84.59 0.86 0.14
Hex 29 42 5 26 0 5C 4A 55 56 E
Octal 51 102 5 46 0 134 112 125 126 16
Binary 101001 1000010 101 100110 0 1011100 1001010 1010101 1010110 1110

Color Harmonies of #294205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294205

Black with #294205

Text Example


Text Example

White with #294205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294205; }

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

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

background-color css

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

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

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

border-color css

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

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

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