Html Css Color HEX #294104 Turtle Green

📋 copy color: '#294104'

red 41 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #294104

Tints of Turtle Green #294104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 37.27%
G = 59.09%
B = 3.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#294104 (or 0x294104) is known color: Turtle Green. HEX triplet: 29, 41 and 04. RGB value is (41,65,4). Sum of RGB (Red+Green+Blue) = 41+65+4=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #294104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294104 is #D6BEFB. Grayscale: #333333. Windows color (decimal): -14073596 or 278825. OLE color: 278825.

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

Color convert

RGB 41 65 4 -
CMYK 0.37 0 0.94 0.75
HSL 83.61º 0.88% 0.14% -
HSV(B) 83.61º 0.94% 0.25% -
XYZ 2.83 4.26 0.79 -
YUV 50.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 41 65 4 0.37 0 0.94 0.75 83.61 0.88 0.14
Hex 29 41 4 25 0 5E 4B 54 58 E
Octal 51 101 4 45 0 136 113 124 130 16
Binary 101001 1000001 100 100101 0 1011110 1001011 1010100 1011000 1110

Color Harmonies of #294104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294104

Black with #294104

Text Example


Text Example

White with #294104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294104; }

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

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

background-color css

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

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

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

border-color css

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

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

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