Html Css Color HEX #294505 Turtle Green

📋 copy color: '#294505'

red 41 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #294505

Tints of Turtle Green #294505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 60%

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

R = 35.65%
G = 60%
B = 4.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#294505 (or 0x294505) is known color: Turtle Green. HEX triplet: 29, 45 and 05. RGB value is (41,69,5). Sum of RGB (Red+Green+Blue) = 41+69+5=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #294505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294505 is #D6BAFA. Grayscale: #353535. Windows color (decimal): -14072571 or 345385. OLE color: 345385.

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

Color convert

RGB 41 69 5 -
CMYK 0.41 0 0.93 0.73
HSL 86.25º 0.86% 0.15% -
HSV(B) 86.25º 0.93% 0.27% -
XYZ 3.07 4.74 0.9 -
YUV 53.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 41 69 5 0.41 0 0.93 0.73 86.25 0.86 0.15
Hex 29 45 5 29 0 5D 49 56 56 F
Octal 51 105 5 51 0 135 111 126 126 17
Binary 101001 1000101 101 101001 0 1011101 1001001 1010110 1010110 1111

Color Harmonies of #294505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294505

Black with #294505

Text Example


Text Example

White with #294505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294505; }

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

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

background-color css

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

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

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

border-color css

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

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

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