Html Css Color HEX #293200 Turtle Green

📋 copy color: '#293200'

red 41 ◦ green 50 ◦ blue 0

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

Shades of Turtle Green #293200

Tints of Turtle Green #293200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 54.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.05%
G = 54.95%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#293200 (or 0x293200) is known color: Turtle Green. HEX triplet: 29, 32 and 00. RGB value is (41,50,0). Sum of RGB (Red+Green+Blue) = 41+50+0=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #293200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293200 is #D6CDFF. Grayscale: #292929. Windows color (decimal): -14077440 or 12841. OLE color: 12841.

HSL color Cylindrical-coordinate representation of color #293200: hue angle of 70.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #293200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 50 0 -
CMYK 0.18 0 1 0.80
HSL 70.8º 1% 0.1% -
HSV(B) 70.8º 1% 0.2% -
XYZ 2.06 2.75 0.42 -
YUV 41.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 41 50 0 0.18 0 1 0.80 70.8 1 0.1
Hex 29 32 0 12 0 64 50 47 64 A
Octal 51 62 0 22 0 144 120 107 144 12
Binary 101001 110010 0 10010 0 1100100 1010000 1000111 1100100 1010

Color Harmonies of #293200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293200

Black with #293200

Text Example


Text Example

White with #293200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293200; }

 p { color: rgb(41,50,0); }

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

background-color css

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

 a { background-color: rgb(41,50,0); }

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

border-color css

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

 span { border-color: rgb(41,50,0); }

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