Html Css Color HEX #294405 Turtle Green

📋 copy color: '#294405'

red 41 ◦ green 68 ◦ blue 5

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

Shades of Turtle Green #294405

Tints of Turtle Green #294405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 59.65%

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

R = 35.96%
G = 59.65%
B = 4.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#294405 (or 0x294405) is known color: Turtle Green. HEX triplet: 29, 44 and 05. RGB value is (41,68,5). Sum of RGB (Red+Green+Blue) = 41+68+5=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #294405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294405 is #D6BBFA. Grayscale: #343434. Windows color (decimal): -14072827 or 345129. OLE color: 345129.

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

Color convert

RGB 41 68 5 -
CMYK 0.40 0 0.93 0.73
HSL 85.71º 0.86% 0.14% -
HSV(B) 85.71º 0.93% 0.27% -
XYZ 3.01 4.62 0.88 -
YUV 52.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 41 68 5 0.40 0 0.93 0.73 85.71 0.86 0.14
Hex 29 44 5 28 0 5D 49 56 56 E
Octal 51 104 5 50 0 135 111 126 126 16
Binary 101001 1000100 101 101000 0 1011101 1001001 1010110 1010110 1110

Color Harmonies of #294405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294405

Black with #294405

Text Example


Text Example

White with #294405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294405; }

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

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

background-color css

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

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

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

border-color css

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

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

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