Html Css Color HEX #294603 Turtle Green

📋 copy color: '#294603'

red 41 ◦ green 70 ◦ blue 3

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

Shades of Turtle Green #294603

Tints of Turtle Green #294603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.63%

R = 35.96%
G = 61.4%
B = 2.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#294603 (or 0x294603) is known color: Turtle Green. HEX triplet: 29, 46 and 03. RGB value is (41,70,3). Sum of RGB (Red+Green+Blue) = 41+70+3=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #294603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294603 is #D6B9FC. Grayscale: #353535. Windows color (decimal): -14072317 or 214569. OLE color: 214569.

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

Color convert

RGB 41 70 3 -
CMYK 0.41 0 0.96 0.73
HSL 85.97º 0.92% 0.14% -
HSV(B) 85.97º 0.96% 0.27% -
XYZ 3.12 4.86 0.86 -
YUV 53.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 41 70 3 0.41 0 0.96 0.73 85.97 0.92 0.14
Hex 29 46 3 29 0 60 49 56 5C E
Octal 51 106 3 51 0 140 111 126 134 16
Binary 101001 1000110 11 101001 0 1100000 1001001 1010110 1011100 1110

Color Harmonies of #294603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294603

Black with #294603

Text Example


Text Example

White with #294603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294603; }

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

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

background-color css

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

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

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

border-color css

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

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

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