Html Css Color HEX #294305 Turtle Green

📋 copy color: '#294305'

red 41 ◦ green 67 ◦ blue 5

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

Shades of Turtle Green #294305

Tints of Turtle Green #294305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 59.29%

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

R = 36.28%
G = 59.29%
B = 4.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.74

RGB Variations

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

Color information

#294305 (or 0x294305) is known color: Turtle Green. HEX triplet: 29, 43 and 05. RGB value is (41,67,5). Sum of RGB (Red+Green+Blue) = 41+67+5=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #294305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294305 is #D6BCFA. Grayscale: #343434. Windows color (decimal): -14073083 or 344873. OLE color: 344873.

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

Color convert

RGB 41 67 5 -
CMYK 0.39 0 0.93 0.74
HSL 85.16º 0.86% 0.14% -
HSV(B) 85.16º 0.93% 0.26% -
XYZ 2.95 4.5 0.86 -
YUV 52.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 41 67 5 0.39 0 0.93 0.74 85.16 0.86 0.14
Hex 29 43 5 27 0 5D 4A 55 56 E
Octal 51 103 5 47 0 135 112 125 126 16
Binary 101001 1000011 101 100111 0 1011101 1001010 1010101 1010110 1110

Color Harmonies of #294305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294305

Black with #294305

Text Example


Text Example

White with #294305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294305; }

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

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

background-color css

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

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

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

border-color css

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

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

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