#295B00

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

Shades of Turtle Green #295B00

Tints of Turtle Green #295B00

Color information

#295B00 (or 0x295B00) is unknown color: approx Turtle Green. HEX triplet: 29, 5B and 00. RGB value is (41,91,0). Sum of RGB (Red+Green+Blue) = 41+91+0=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #295B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295B00 is #D6A4FF. Grayscale: #414141. Windows color (decimal): -14066944 or 23337. OLE color: 23337.

HSL color Cylindrical-coordinate representation of color #295B00: hue angle of 92.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #295B00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB41910-
CMYK0.55010.64
HSL92.97º100%17.84%-
HSV(B)92.97º100%35.69%-
XYZ4.667.951.29-
YUV65.6890.94110.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 91 (35.94% from 255) = 68.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.06%
G=68.94%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal419100.55010.6492.9710017.84
Hex295B037064405d6412
Octal51133067014410013514422
Binary101001101101101101110110010010000001011101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295B00; }

 p { color: rgb(41,91,0); }

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

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

 a { background-color: rgb(41,91,0); }

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

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

 span { border-color: rgb(41,91,0); }

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