#31380F

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

Shades of Turtle Green #31380F

Tints of Turtle Green #31380F

Color information

#31380F (or 0x31380F) is unknown color: approx Turtle Green. HEX triplet: 31, 38 and 0F. RGB value is (49,56,15). Sum of RGB (Red+Green+Blue) = 49+56+15=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #31380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31380F is #CEC7F0. Grayscale: #313131. Windows color (decimal): -13551601 or 997425. OLE color: 997425.

HSL color Cylindrical-coordinate representation of color #31380F: hue angle of 70.24º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31380F is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB495615-
CMYK0.1200.730.78
HSL70.24º57.75%13.92%-
HSV(B)70.24º73.21%21.96%-
XYZ2.773.520.98-
YUV49.23108.68127.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 56 (22.27% from 255) = 46.67%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=40.83%
G=46.67%
B=12.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956150.1200.730.7870.2457.7513.92
Hex3138FC0494E463ae
Octal6170171401111161067216
Binary1100011110001111110001001001100111010001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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