#314302

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

Shades of Turtle Green #314302

Tints of Turtle Green #314302

Color information

#314302 (or 0x314302) is unknown color: approx Turtle Green. HEX triplet: 31, 43 and 02. RGB value is (49,67,2). Sum of RGB (Red+Green+Blue) = 49+67+2=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #314302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314302 is #CEBCFD. Grayscale: #363636. Windows color (decimal): -13548798 or 148273. OLE color: 148273.

HSL color Cylindrical-coordinate representation of color #314302: hue angle of 76.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #314302 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB49672-
CMYK0.2700.970.74
HSL76.62º94.2%13.53%-
HSV(B)76.62º97.01%26.27%-
XYZ3.284.670.79-
YUV54.2198.54124.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=41.53%
G=56.78%
B=1.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal496720.2700.970.7476.6294.213.53
Hex314321B0614A4d5ee
Octal61103233014111211513616
Binary11000110000111011011011000011001010100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314302; }

 p { color: rgb(49,67,2); }

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

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

 a { background-color: rgb(49,67,2); }

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

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

 span { border-color: rgb(49,67,2); }

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