Html Css Color HEX #295505 Turtle Green

📋 copy color: '#295505'

red 41 ◦ green 85 ◦ blue 5

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

Shades of Turtle Green #295505

Tints of Turtle Green #295505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 64.89%

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

R = 31.3%
G = 64.89%
B = 3.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#295505 (or 0x295505) is known color: Turtle Green. HEX triplet: 29, 55 and 05. RGB value is (41,85,5). Sum of RGB (Red+Green+Blue) = 41+85+5=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #295505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295505 is #D6AAFA. Grayscale: #3E3E3E. Windows color (decimal): -14068475 or 349481. OLE color: 349481.

HSL color Cylindrical-coordinate representation of color #295505: hue angle of 93º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #295505 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 5 -
CMYK 0.52 0 0.94 0.67
HSL 93º 0.89% 0.18% -
HSV(B) 93º 0.94% 0.33% -
XYZ 4.19 6.98 1.27 -
YUV 62.72 95.42 112.5 -
System Red Green Blue C M Y K H S L
Decimal 41 85 5 0.52 0 0.94 0.67 93 0.89 0.18
Hex 29 55 5 34 0 5E 43 5D 59 12
Octal 51 125 5 64 0 136 103 135 131 22
Binary 101001 1010101 101 110100 0 1011110 1000011 1011101 1011001 10010

Color Harmonies of #295505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295505

Black with #295505

Text Example


Text Example

White with #295505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295505; }

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

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

background-color css

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

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

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

border-color css

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

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

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