Html Css Color HEX #293303 Turtle Green

📋 copy color: '#293303'

red 41 ◦ green 51 ◦ blue 3

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

Shades of Turtle Green #293303

Tints of Turtle Green #293303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.16%

R = 43.16%
G = 53.68%
B = 3.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.8

RGB Variations

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

Color information

#293303 (or 0x293303) is known color: Turtle Green. HEX triplet: 29, 33 and 03. RGB value is (41,51,3). Sum of RGB (Red+Green+Blue) = 41+51+3=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #293303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293303 is #D6CCFC. Grayscale: #2A2A2A. Windows color (decimal): -14077181 or 209705. OLE color: 209705.

HSL color Cylindrical-coordinate representation of color #293303: hue angle of 72.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #293303 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB 41 51 3 -
CMYK 0.20 0 0.94 0.8
HSL 72.5º 0.89% 0.11% -
HSV(B) 72.5º 0.94% 0.2% -
XYZ 2.11 2.85 0.52 -
YUV 42.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 41 51 3 0.20 0 0.94 0.8 72.5 0.89 0.11
Hex 29 33 3 14 0 5E 50 48 59 B
Octal 51 63 3 24 0 136 120 110 131 13
Binary 101001 110011 11 10100 0 1011110 1010000 1001000 1011001 1011

Color Harmonies of #293303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293303

Black with #293303

Text Example


Text Example

White with #293303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293303; }

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

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

background-color css

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

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

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

border-color css

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

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

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