Html Css Color HEX #293405 Turtle Green

📋 copy color: '#293405'

red 41 ◦ green 52 ◦ blue 5

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

Shades of Turtle Green #293405

Tints of Turtle Green #293405

RGB

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

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

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

R = 41.84%
G = 53.06%
B = 5.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#293405 (or 0x293405) is known color: Turtle Green. HEX triplet: 29, 34 and 05. RGB value is (41,52,5). Sum of RGB (Red+Green+Blue) = 41+52+5=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #293405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293405 is #D6CBFA. Grayscale: #2B2B2B. Windows color (decimal): -14076923 or 341033. OLE color: 341033.

HSL color Cylindrical-coordinate representation of color #293405: hue angle of 74.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 #293405 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 52 5 -
CMYK 0.21 0 0.90 0.80
HSL 74.04º 0.82% 0.11% -
HSV(B) 74.04º 0.9% 0.2% -
XYZ 2.17 2.94 0.6 -
YUV 43.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 41 52 5 0.21 0 0.90 0.80 74.04 0.82 0.11
Hex 29 34 5 15 0 5A 50 4A 52 B
Octal 51 64 5 25 0 132 120 112 122 13
Binary 101001 110100 101 10101 0 1011010 1010000 1001010 1010010 1011

Color Harmonies of #293405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293405

Black with #293405

Text Example


Text Example

White with #293405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293405; }

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

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

background-color css

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

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

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

border-color css

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

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

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