#295001

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

Shades of Turtle Green #295001

Tints of Turtle Green #295001

Color information

#295001 (or 0x295001) is unknown color: approx Turtle Green. HEX triplet: 29, 50 and 01. RGB value is (41,80,1). Sum of RGB (Red+Green+Blue) = 41+80+1=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #295001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295001 is #D6AFFE. Grayscale: #3B3B3B. Windows color (decimal): -14069759 or 86057. OLE color: 86057.

HSL color Cylindrical-coordinate representation of color #295001: hue angle of 89.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #295001 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB41801-
CMYK0.4900.990.69
HSL89.62º97.53%15.88%-
HSV(B)89.62º98.75%31.37%-
XYZ3.796.211.03-
YUV59.3395.08114.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 80 (31.64% from 255) = 65.57%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=33.61%
G=65.57%
B=0.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal418010.4900.990.6989.6297.5315.88
Hex2950131063455a6210
Octal51120161014310513214220
Binary101001101000011100010110001110001011011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295001; }

 p { color: rgb(41,80,1); }

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

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

 a { background-color: rgb(41,80,1); }

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

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

 span { border-color: rgb(41,80,1); }

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