Html Css Color HEX #294608 Turtle Green

📋 copy color: '#294608'

red 41 ◦ green 70 ◦ blue 8

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

Shades of Turtle Green #294608

Tints of Turtle Green #294608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.82%

 BLUE value IS 8 (3.52% from 255) = 6.72%

R = 34.45%
G = 58.82%
B = 6.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#294608 (or 0x294608) is known color: Turtle Green. HEX triplet: 29, 46 and 08. RGB value is (41,70,8). Sum of RGB (Red+Green+Blue) = 41+70+8=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #294608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294608 is #D6B9F7. Grayscale: #363636. Windows color (decimal): -14072312 or 542249. OLE color: 542249.

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

Color convert

RGB 41 70 8 -
CMYK 0.41 0 0.89 0.73
HSL 88.06º 0.79% 0.15% -
HSV(B) 88.06º 0.89% 0.27% -
XYZ 3.15 4.87 1 -
YUV 54.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 41 70 8 0.41 0 0.89 0.73 88.06 0.79 0.15
Hex 29 46 8 29 0 59 49 58 4F F
Octal 51 106 10 51 0 131 111 130 117 17
Binary 101001 1000110 1000 101001 0 1011001 1001001 1011000 1001111 1111

Color Harmonies of #294608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294608

Black with #294608

Text Example


Text Example

White with #294608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294608; }

 p { color: rgb(41,70,8); }

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

background-color css

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

 a { background-color: rgb(41,70,8); }

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

border-color css

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

 span { border-color: rgb(41,70,8); }

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