#295503

Color #295503 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #295503

Tints of Turtle Green #295503

Color information

#295503 (or 0x295503) is unknown color: approx Turtle Green. HEX triplet: 29, 55 and 03. RGB value is (41,85,3). Sum of RGB (Red+Green+Blue) = 41+85+3=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #295503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295503 is #D6AAFC. Grayscale: #3E3E3E. Windows color (decimal): -14068477 or 218409. OLE color: 218409.

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

Color convert

RGB41853-
CMYK0.5200.960.67
HSL92.2º93.18%17.25%-
HSV(B)92.2º96.47%33.33%-
XYZ4.186.971.21-
YUV62.594.42112.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 85 (33.59% from 255) = 65.89%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=31.78%
G=65.89%
B=2.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal418530.5200.960.6792.293.1817.25
Hex2955334060435c5d11
Octal51125364014010313413521
Binary1010011010101111101000110000010000111011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295503; }

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

 H1.HeaderClassName
 {
   color: #295503;
 }
 .AnyTagClassName
 {
   color: #295503;
 }
</style>
background-color css

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

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

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

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

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

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