#31340F

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

Shades of Turtle Green #31340F

Tints of Turtle Green #31340F

Color information

#31340F (or 0x31340F) is unknown color: approx Turtle Green. HEX triplet: 31, 34 and 0F. RGB value is (49,52,15). Sum of RGB (Red+Green+Blue) = 49+52+15=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 52 - color contains mainly: green. Hex color #31340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31340F is #CECBF0. Grayscale: #2F2F2F. Windows color (decimal): -13552625 or 996401. OLE color: 996401.

HSL color Cylindrical-coordinate representation of color #31340F: hue angle of 64.86º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31340F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB495215-
CMYK0.0600.710.80
HSL64.86º55.22%13.14%-
HSV(B)64.86º71.15%20.39%-
XYZ2.583.140.92-
YUV46.88110.01129.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 52 (20.70% from 255) = 44.83%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=42.24%
G=44.83%
B=12.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4952150.0600.710.8064.8655.2213.14
Hex3134F6047504137d
Octal616417601071201016715
Binary110001110100111111001000111101000010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31340F; }

 p { color: rgb(49,52,15); }

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

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

 a { background-color: rgb(49,52,15); }

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

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

 span { border-color: rgb(49,52,15); }

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