Html Css Color HEX #294201 Turtle Green

📋 copy color: '#294201'

red 41 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #294201

Tints of Turtle Green #294201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 61.11%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 37.96%
G = 61.11%
B = 0.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#294201 (or 0x294201) is known color: Turtle Green. HEX triplet: 29, 42 and 01. RGB value is (41,66,1). Sum of RGB (Red+Green+Blue) = 41+66+1=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #294201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294201 is #D6BDFE. Grayscale: #333333. Windows color (decimal): -14073343 or 82473. OLE color: 82473.

HSL color Cylindrical-coordinate representation of color #294201: hue angle of 83.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #294201 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 1 -
CMYK 0.38 0 0.98 0.74
HSL 83.08º 0.97% 0.13% -
HSV(B) 83.08º 0.98% 0.26% -
XYZ 2.87 4.37 0.72 -
YUV 51.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 41 66 1 0.38 0 0.98 0.74 83.08 0.97 0.13
Hex 29 42 1 26 0 62 4A 53 61 D
Octal 51 102 1 46 0 142 112 123 141 15
Binary 101001 1000010 1 100110 0 1100010 1001010 1010011 1100001 1101

Color Harmonies of #294201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294201

Black with #294201

Text Example


Text Example

White with #294201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294201; }

 p { color: rgb(41,66,1); }

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

background-color css

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

 a { background-color: rgb(41,66,1); }

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

border-color css

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

 span { border-color: rgb(41,66,1); }

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