Html Css Color HEX #294502 Turtle Green

📋 copy color: '#294502'

red 41 ◦ green 69 ◦ blue 2

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

Shades of Turtle Green #294502

Tints of Turtle Green #294502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.79%

R = 36.61%
G = 61.61%
B = 1.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#294502 (or 0x294502) is known color: Turtle Green. HEX triplet: 29, 45 and 02. RGB value is (41,69,2). Sum of RGB (Red+Green+Blue) = 41+69+2=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #294502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294502 is #D6BAFD. Grayscale: #353535. Windows color (decimal): -14072574 or 148777. OLE color: 148777.

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

Color convert

RGB 41 69 2 -
CMYK 0.41 0 0.97 0.73
HSL 85.07º 0.94% 0.14% -
HSV(B) 85.07º 0.97% 0.27% -
XYZ 3.05 4.73 0.81 -
YUV 52.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 41 69 2 0.41 0 0.97 0.73 85.07 0.94 0.14
Hex 29 45 2 29 0 61 49 55 5E E
Octal 51 105 2 51 0 141 111 125 136 16
Binary 101001 1000101 10 101001 0 1100001 1001001 1010101 1011110 1110

Color Harmonies of #294502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294502

Black with #294502

Text Example


Text Example

White with #294502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294502; }

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

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

background-color css

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

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

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

border-color css

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

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

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