Html Css Color HEX #293305 Turtle Green

📋 copy color: '#293305'

red 41 ◦ green 51 ◦ blue 5

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

Shades of Turtle Green #293305

Tints of Turtle Green #293305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 52.58%

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

R = 42.27%
G = 52.58%
B = 5.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.8

RGB Variations

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

Color information

#293305 (or 0x293305) is known color: Turtle Green. HEX triplet: 29, 33 and 05. RGB value is (41,51,5). Sum of RGB (Red+Green+Blue) = 41+51+5=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #293305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293305 is #D6CCFA. Grayscale: #2A2A2A. Windows color (decimal): -14077179 or 340777. OLE color: 340777.

HSL color Cylindrical-coordinate representation of color #293305: hue angle of 73.04º 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 #293305 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 5 -
CMYK 0.20 0 0.90 0.8
HSL 73.04º 0.82% 0.11% -
HSV(B) 73.04º 0.9% 0.2% -
XYZ 2.13 2.85 0.58 -
YUV 42.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 41 51 5 0.20 0 0.90 0.8 73.04 0.82 0.11
Hex 29 33 5 14 0 5A 50 49 52 B
Octal 51 63 5 24 0 132 120 111 122 13
Binary 101001 110011 101 10100 0 1011010 1010000 1001001 1010010 1011

Color Harmonies of #293305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293305

Black with #293305

Text Example


Text Example

White with #293305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293305; }

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

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

background-color css

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

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

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

border-color css

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

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

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