Html Css Color HEX #293205 Turtle Green

📋 copy color: '#293205'

red 41 ◦ green 50 ◦ blue 5

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

Shades of Turtle Green #293205

Tints of Turtle Green #293205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 42.71%
G = 52.08%
B = 5.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#293205 (or 0x293205) is known color: Turtle Green. HEX triplet: 29, 32 and 05. RGB value is (41,50,5). Sum of RGB (Red+Green+Blue) = 41+50+5=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #293205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293205 is #D6CDFA. Grayscale: #2A2A2A. Windows color (decimal): -14077435 or 340521. OLE color: 340521.

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

Color convert

RGB 41 50 5 -
CMYK 0.18 0 0.90 0.80
HSL 72º 0.82% 0.11% -
HSV(B) 72º 0.9% 0.2% -
XYZ 2.08 2.76 0.57 -
YUV 42.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 41 50 5 0.18 0 0.90 0.80 72 0.82 0.11
Hex 29 32 5 12 0 5A 50 48 52 B
Octal 51 62 5 22 0 132 120 110 122 13
Binary 101001 110010 101 10010 0 1011010 1010000 1001000 1010010 1011

Color Harmonies of #293205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293205

Black with #293205

Text Example


Text Example

White with #293205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293205; }

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

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

background-color css

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

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

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

border-color css

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

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

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