Html Css Color HEX #294102 Turtle Green

📋 copy color: '#294102'

red 41 ◦ green 65 ◦ blue 2

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

Shades of Turtle Green #294102

Tints of Turtle Green #294102

RGB

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

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

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

R = 37.96%
G = 60.19%
B = 1.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#294102 (or 0x294102) is known color: Turtle Green. HEX triplet: 29, 41 and 02. RGB value is (41,65,2). Sum of RGB (Red+Green+Blue) = 41+65+2=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #294102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294102 is #D6BEFD. Grayscale: #323232. Windows color (decimal): -14073598 or 147753. OLE color: 147753.

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

Color convert

RGB 41 65 2 -
CMYK 0.37 0 0.97 0.75
HSL 82.86º 0.94% 0.13% -
HSV(B) 82.86º 0.97% 0.25% -
XYZ 2.82 4.26 0.73 -
YUV 50.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 41 65 2 0.37 0 0.97 0.75 82.86 0.94 0.13
Hex 29 41 2 25 0 61 4B 53 5E D
Octal 51 101 2 45 0 141 113 123 136 15
Binary 101001 1000001 10 100101 0 1100001 1001011 1010011 1011110 1101

Color Harmonies of #294102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294102

Black with #294102

Text Example


Text Example

White with #294102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294102; }

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

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

background-color css

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

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

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

border-color css

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

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

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