#294B02

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

Shades of Turtle Green #294B02

Tints of Turtle Green #294B02

Color information

#294B02 (or 0x294B02) is unknown color: approx Turtle Green. HEX triplet: 29, 4B and 02. RGB value is (41,75,2). Sum of RGB (Red+Green+Blue) = 41+75+2=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #294B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #294B02 is #D6B4FD. Grayscale: #383838. Windows color (decimal): -14071038 or 150313. OLE color: 150313.

HSL color Cylindrical-coordinate representation of color #294B02: hue angle of 87.95º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #294B02 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB41752-
CMYK0.4500.970.71
HSL87.95º94.81%15.1%-
HSV(B)87.95º97.33%29.41%-
XYZ3.445.510.94-
YUV56.5197.24116.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 75 (29.69% from 255) = 63.56%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=34.75%
G=63.56%
B=1.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal417520.4500.970.7187.9594.8115.1
Hex294B22D06147585ff
Octal51113255014110713013717
Binary101001100101110101101011000011000111101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294B02; }

 p { color: rgb(41,75,2); }

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

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

 a { background-color: rgb(41,75,2); }

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

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

 span { border-color: rgb(41,75,2); }

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