Html Css Color HEX #294101 Turtle Green

📋 copy color: '#294101'

red 41 ◦ green 65 ◦ blue 1

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

Shades of Turtle Green #294101

Tints of Turtle Green #294101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 60.75%

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

R = 38.32%
G = 60.75%
B = 0.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#294101 (or 0x294101) is known color: Turtle Green. HEX triplet: 29, 41 and 01. RGB value is (41,65,1). Sum of RGB (Red+Green+Blue) = 41+65+1=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #294101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294101 is #D6BEFE. Grayscale: #323232. Windows color (decimal): -14073599 or 82217. OLE color: 82217.

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

Color convert

RGB 41 65 1 -
CMYK 0.37 0 0.98 0.75
HSL 82.5º 0.97% 0.13% -
HSV(B) 82.5º 0.98% 0.25% -
XYZ 2.81 4.25 0.7 -
YUV 50.53 100.05 121.2 -
System Red Green Blue C M Y K H S L
Decimal 41 65 1 0.37 0 0.98 0.75 82.5 0.97 0.13
Hex 29 41 1 25 0 62 4B 52 61 D
Octal 51 101 1 45 0 142 113 122 141 15
Binary 101001 1000001 1 100101 0 1100010 1001011 1010010 1100001 1101

Color Harmonies of #294101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294101

Black with #294101

Text Example


Text Example

White with #294101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294101; }

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

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

background-color css

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

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

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

border-color css

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

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

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