Html Css Color HEX #293402 Turtle Green

📋 copy color: '#293402'

red 41 ◦ green 52 ◦ blue 2

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

Shades of Turtle Green #293402

Tints of Turtle Green #293402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.74%

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

R = 43.16%
G = 54.74%
B = 2.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#293402 (or 0x293402) is known color: Turtle Green. HEX triplet: 29, 34 and 02. RGB value is (41,52,2). Sum of RGB (Red+Green+Blue) = 41+52+2=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #293402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293402 is #D6CBFD. Grayscale: #2B2B2B. Windows color (decimal): -14076926 or 144425. OLE color: 144425.

HSL color Cylindrical-coordinate representation of color #293402: hue angle of 73.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #293402 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 2 -
CMYK 0.21 0 0.96 0.80
HSL 73.2º 0.93% 0.11% -
HSV(B) 73.2º 0.96% 0.2% -
XYZ 2.15 2.93 0.51 -
YUV 43.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 41 52 2 0.21 0 0.96 0.80 73.2 0.93 0.11
Hex 29 34 2 15 0 60 50 49 5D B
Octal 51 64 2 25 0 140 120 111 135 13
Binary 101001 110100 10 10101 0 1100000 1010000 1001001 1011101 1011

Color Harmonies of #293402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293402

Black with #293402

Text Example


Text Example

White with #293402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293402; }

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

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

background-color css

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

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

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

border-color css

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

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

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