Html Css Color HEX #293508 Turtle Green

📋 copy color: '#293508'

red 41 ◦ green 53 ◦ blue 8

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

Shades of Turtle Green #293508

Tints of Turtle Green #293508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 51.96%

 BLUE value IS 8 (3.52% from 255) = 7.84%

R = 40.2%
G = 51.96%
B = 7.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#293508 (or 0x293508) is known color: Turtle Green. HEX triplet: 29, 35 and 08. RGB value is (41,53,8). Sum of RGB (Red+Green+Blue) = 41+53+8=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #293508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #293508 is #D6CAF7. Grayscale: #2C2C2C. Windows color (decimal): -14076664 or 537897. OLE color: 537897.

HSL color Cylindrical-coordinate representation of color #293508: hue angle of 76º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #293508 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 8 -
CMYK 0.23 0 0.85 0.79
HSL 76º 0.74% 0.12% -
HSV(B) 76º 0.85% 0.21% -
XYZ 2.23 3.04 0.7 -
YUV 44.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 41 53 8 0.23 0 0.85 0.79 76 0.74 0.12
Hex 29 35 8 17 0 55 4F 4C 4A C
Octal 51 65 10 27 0 125 117 114 112 14
Binary 101001 110101 1000 10111 0 1010101 1001111 1001100 1001010 1100

Color Harmonies of #293508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293508

Black with #293508

Text Example


Text Example

White with #293508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293508; }

 p { color: rgb(41,53,8); }

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

background-color css

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

 a { background-color: rgb(41,53,8); }

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

border-color css

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

 span { border-color: rgb(41,53,8); }

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