Html Css Color HEX #294105 Turtle Green

📋 copy color: '#294105'

red 41 ◦ green 65 ◦ blue 5

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

Shades of Turtle Green #294105

Tints of Turtle Green #294105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 58.56%

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

R = 36.94%
G = 58.56%
B = 4.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#294105 (or 0x294105) is known color: Turtle Green. HEX triplet: 29, 41 and 05. RGB value is (41,65,5). Sum of RGB (Red+Green+Blue) = 41+65+5=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #294105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294105 is #D6BEFA. Grayscale: #333333. Windows color (decimal): -14073595 or 344361. OLE color: 344361.

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

Color convert

RGB 41 65 5 -
CMYK 0.37 0 0.92 0.75
HSL 84º 0.86% 0.14% -
HSV(B) 84º 0.92% 0.25% -
XYZ 2.83 4.26 0.82 -
YUV 50.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 41 65 5 0.37 0 0.92 0.75 84 0.86 0.14
Hex 29 41 5 25 0 5C 4B 54 56 E
Octal 51 101 5 45 0 134 113 124 126 16
Binary 101001 1000001 101 100101 0 1011100 1001011 1010100 1010110 1110

Color Harmonies of #294105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294105

Black with #294105

Text Example


Text Example

White with #294105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294105; }

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

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

background-color css

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

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

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

border-color css

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

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

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