Html Css Color HEX #293A05 Turtle Green

📋 copy color: '#293A05'

red 41 ◦ green 58 ◦ blue 5

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

Shades of Turtle Green #293A05

Tints of Turtle Green #293A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 55.77%

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

R = 39.42%
G = 55.77%
B = 4.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.77

RGB Variations

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

Color information

#293A05 (or 0x293A05) is known color: Turtle Green. HEX triplet: 29, 3A and 05. RGB value is (41,58,5). Sum of RGB (Red+Green+Blue) = 41+58+5=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #293A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293A05 is #D6C5FA. Grayscale: #2F2F2F. Windows color (decimal): -14075387 or 342569. OLE color: 342569.

HSL color Cylindrical-coordinate representation of color #293A05: hue angle of 79.25º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #293A05 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 58 5 -
CMYK 0.29 0 0.91 0.77
HSL 79.25º 0.84% 0.12% -
HSV(B) 79.25º 0.91% 0.23% -
XYZ 2.45 3.51 0.69 -
YUV 46.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 41 58 5 0.29 0 0.91 0.77 79.25 0.84 0.12
Hex 29 3A 5 1D 0 5B 4D 4F 54 C
Octal 51 72 5 35 0 133 115 117 124 14
Binary 101001 111010 101 11101 0 1011011 1001101 1001111 1010100 1100

Color Harmonies of #293A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A05

Black with #293A05

Text Example


Text Example

White with #293A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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